aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-03-11 11:10:33 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-03-11 11:10:33 -0700
commitb98efa2652cd243ceb82aadbcbd895fc87d07bb7 (patch)
tree9350494bc2be28cc64872407744c6d1032b3d74a /Gemfile
parent464cd9dc0648f1221ed2643d32c988d234ec5c49 (diff)
downloadrails-b98efa2652cd243ceb82aadbcbd895fc87d07bb7.tar.gz
rails-b98efa2652cd243ceb82aadbcbd895fc87d07bb7.tar.bz2
rails-b98efa2652cd243ceb82aadbcbd895fc87d07bb7.zip
debugger does not work on trunk
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d8b3390f87..beb89247c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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