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:
parent
ec2b2654e5
commit
a7dc7cd0c4
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue