aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile12
1 files changed, 2 insertions, 10 deletions
diff --git a/Gemfile b/Gemfile
index 4287d9647f..08399c2d27 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,20 +17,12 @@ gem "mocha", ">= 0.9.8"
group :doc do
gem "rdoc", "~> 3.4"
gem "horo", "= 1.0.3"
- gem "RedCloth", "~> 4.2"
+ gem "RedCloth", "~> 4.2" if RUBY_VERSION < "1.9.3"
end
-# for perf tests
-gem "faker"
-gem "rbench"
-gem "addressable"
-
# AS
gem "memcache-client", ">= 1.8.5"
-# AM
-gem "text-format", "~> 1.0.0"
-
platforms :mri_18 do
gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
@@ -39,7 +31,7 @@ end
platforms :mri_19 do
# TODO: Remove the conditional when ruby-debug19 supports Ruby >= 1.9.3
- gem "ruby-debug19" if RUBY_VERSION < "1.9.3"
+ gem "ruby-debug19", :require => 'ruby-debug' if RUBY_VERSION < "1.9.3"
end
platforms :ruby do