aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 01ee898780..bdf486e9bb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -35,6 +35,8 @@ group :test do
platforms :mri_19, :mri_20 do
gem 'debugger' if !ENV['TRAVIS']
end
+
+ gem 'benchmark-ips'
end
platforms :ruby do
@@ -79,5 +81,3 @@ end
# A gem necessary for ActiveRecord tests with IBM DB
gem 'ibm_db' if ENV['IBM_DB']
-
-gem 'benchmark-ips'