aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-11-10 15:28:25 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-11-10 15:28:25 -0800
commitaef7e214bd2484cd879d67bb92dda6314e0d6435 (patch)
treea11eab8e724ff7715d34def7eb7d953265aade8d /Gemfile
parenta7dc7cd0c4ceccf0e89056d4429a1cfc84418a74 (diff)
downloadrails-aef7e214bd2484cd879d67bb92dda6314e0d6435.tar.gz
rails-aef7e214bd2484cd879d67bb92dda6314e0d6435.tar.bz2
rails-aef7e214bd2484cd879d67bb92dda6314e0d6435.zip
Use an env var to expand the CI bundle. Using bundler's 'only' includes this stuff for everybody, oops.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e279eb00aa..1a4bba32c1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,7 +20,7 @@ gem "rack-test", ">= 0.5.0"
gem "erubis", ">= 2.6.5"
gem "RedCloth", ">= 4.2.2"
-only :ci do
+if ENV['CI']
gem "fcgi", ">= 0.8.7" if RUBY_VERSION <= '1.9.0'
gem "nokogiri", ">= 1.4.0"
gem "memcache-client", ">= 1.7.6"