diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2013-03-11 15:49:05 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2013-03-11 15:51:24 -0300 |
commit | 4076288a839285df934732b5ae191256a0a7e236 (patch) | |
tree | e5dfe43b43e7ac743ff76bf2129ff3f9bd70501c /Gemfile | |
parent | de1354f0ba069e704f3ea465de073e8f1ca3df2b (diff) | |
download | rails-4076288a839285df934732b5ae191256a0a7e236.tar.gz rails-4076288a839285df934732b5ae191256a0a7e236.tar.bz2 rails-4076288a839285df934732b5ae191256a0a7e236.zip |
Move benchmark-ips to test group
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |