aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2013-03-06 18:25:47 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2013-03-06 18:26:04 -0200
commitb956771e82166ef7ccb2e53299a6a192029b668d (patch)
tree75984a02ac83da731cd14341d9813b65fba53475 /Gemfile
parentbac37774cfae9fed413dcd8ed3d81910bba0fbe7 (diff)
downloadrails-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1e3d746a9b..07d64d7c59 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'] && RUBY_VERSION < '2.0'
+ gem 'debugger' if !ENV['TRAVIS']
end
end