1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Ruby 1.9: don't bundle fcgi at all for CI

This commit is contained in:
Jeremy Kemper 2009-11-10 15:24:37 -08:00
parent ec2b2654e5
commit a7dc7cd0c4

View file

@ -21,7 +21,7 @@ gem "erubis", ">= 2.6.5"
gem "RedCloth", ">= 4.2.2"
only :ci do
gem "fcgi", ">= 0.8.7"
gem "fcgi", ">= 0.8.7" if RUBY_VERSION <= '1.9.0'
gem "nokogiri", ">= 1.4.0"
gem "memcache-client", ">= 1.7.6"
gem "pg", ">= 0.8.0"