aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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