mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "Debugger gem doesn't work with patchlevel >= 327"
This reverts commit 0ecd464066
.
This commit is contained in:
parent
7411970398
commit
154fee2727
1 changed files with 1 additions and 2 deletions
3
Gemfile
3
Gemfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue