diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-11-16 22:05:25 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-11-16 22:06:04 -0200 |
commit | 154fee2727ff279937b1f812f8dfed847f8e5555 (patch) | |
tree | 1c2d875535b10c273e8826a7b3bc52cbbfbb1f86 /Gemfile | |
parent | 74119703989b74d5c84da0dc3ef443649734428b (diff) | |
download | rails-154fee2727ff279937b1f812f8dfed847f8e5555.tar.gz rails-154fee2727ff279937b1f812f8dfed847f8e5555.tar.bz2 rails-154fee2727ff279937b1f812f8dfed847f8e5555.zip |
Revert "Debugger gem doesn't work with patchlevel >= 327"
This reverts commit 0ecd4640664c4723323d6fff5760dc4d833d7eb9.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -38,8 +38,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' && RUBY_PATCHLEVEL < 327 - + gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0' end end |