aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 592fd30b2e..e279eb00aa 100644
--- a/Gemfile
+++ b/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"