aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2013-03-11 15:49:05 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2013-03-11 15:51:24 -0300
commit4076288a839285df934732b5ae191256a0a7e236 (patch)
treee5dfe43b43e7ac743ff76bf2129ff3f9bd70501c /Gemfile
parentde1354f0ba069e704f3ea465de073e8f1ca3df2b (diff)
downloadrails-4076288a839285df934732b5ae191256a0a7e236.tar.gz
rails-4076288a839285df934732b5ae191256a0a7e236.tar.bz2
rails-4076288a839285df934732b5ae191256a0a7e236.zip
Move benchmark-ips to test group
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'