diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-09-25 15:17:59 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-09-25 15:18:48 -0700 |
commit | b59faa7f4014b7fb472e787efd3907994d2bfb9f (patch) | |
tree | dd8488118f5b4955ea5d3448b4921e257a4e3c36 /Gemfile | |
parent | 267c3d0f14d094c5aa24016e0938d79a6eafc6ef (diff) | |
download | rails-b59faa7f4014b7fb472e787efd3907994d2bfb9f.tar.gz rails-b59faa7f4014b7fb472e787efd3907994d2bfb9f.tar.bz2 rails-b59faa7f4014b7fb472e787efd3907994d2bfb9f.zip |
Revert "Use plaform mri_19 for debugger gem"
This reverts commit 2233f1456f6fb1b92e6c1bded70b89a3302c4306.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -39,12 +39,7 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile platforms :mri do group :test do gem 'ruby-prof', '~> 0.11.2' - end -end - -platforms :mri_19 do - group :test do - gem 'debugger' unless ENV['TRAVIS'] + gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < "2.0" end end |