mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Allow to use ruby-debug in 1.9.3
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -41,8 +41,7 @@ platforms :mri_18 do
|
||||
end
|
||||
|
||||
platforms :mri_19 do
|
||||
# TODO: Remove the conditional when ruby-debug19 supports Ruby >= 1.9.3
|
||||
gem "ruby-debug19", :require => "ruby-debug" unless RUBY_VERSION > "1.9.2" || ENV['TRAVIS']
|
||||
gem "ruby-debug19", :require => "ruby-debug" unless ENV['TRAVIS']
|
||||
end
|
||||
|
||||
platforms :mri do
|
||||
|
||||
Reference in New Issue
Block a user