aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-15 09:17:40 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-15 09:18:08 -0300
commit1607a8b08ce355043220f035b6d56a6e5a5d782c (patch)
tree27e7a9c4210ab4fa49e20afffdf723dda4366a15 /Gemfile
parentf939fb5e310a0ca8ddfdfb0a6f08bc0fb252a1eb (diff)
downloadrails-1607a8b08ce355043220f035b6d56a6e5a5d782c.tar.gz
rails-1607a8b08ce355043220f035b6d56a6e5a5d782c.tar.bz2
rails-1607a8b08ce355043220f035b6d56a6e5a5d782c.zip
This is not needed anymore
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Gemfile b/Gemfile
index d594d20fac..b0905d98be 100644
--- a/Gemfile
+++ b/Gemfile
@@ -49,12 +49,3 @@ platforms :jruby do
gem "activerecord-jdbcpostgresql-adapter"
end
end
-
-env 'CI' do
- gem "nokogiri", ">= 1.4.3.1"
-
- platforms :ruby_18 do
- # fcgi gem doesn't compile on 1.9
- gem "fcgi", ">= 0.8.8"
- end
-end