diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2013-03-06 18:25:47 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2013-03-06 18:26:04 -0200 |
commit | b956771e82166ef7ccb2e53299a6a192029b668d (patch) | |
tree | 75984a02ac83da731cd14341d9813b65fba53475 /Gemfile | |
parent | bac37774cfae9fed413dcd8ed3d81910bba0fbe7 (diff) | |
download | rails-b956771e82166ef7ccb2e53299a6a192029b668d.tar.gz rails-b956771e82166ef7ccb2e53299a6a192029b668d.tar.bz2 rails-b956771e82166ef7ccb2e53299a6a192029b668d.zip |
debugger 1.4.0 works in Ruby 2.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile platforms :mri do group :test do gem 'ruby-prof', '~> 0.11.2' if RUBY_VERSION < '2.0' - gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0' + gem 'debugger' if !ENV['TRAVIS'] end end |