diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2013-03-11 11:10:33 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2013-03-11 11:10:33 -0700 |
commit | b98efa2652cd243ceb82aadbcbd895fc87d07bb7 (patch) | |
tree | 9350494bc2be28cc64872407744c6d1032b3d74a | |
parent | 464cd9dc0648f1221ed2643d32c988d234ec5c49 (diff) | |
download | rails-b98efa2652cd243ceb82aadbcbd895fc87d07bb7.tar.gz rails-b98efa2652cd243ceb82aadbcbd895fc87d07bb7.tar.bz2 rails-b98efa2652cd243ceb82aadbcbd895fc87d07bb7.zip |
debugger does not work on trunk
-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'] + gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.1' end end |