mirror of https://github.com/rails/rails
Upgrade debug to 1.0.0
This commit is contained in:
parent
b9be4e1e31
commit
7ffe204a08
2
Gemfile
2
Gemfile
|
@ -119,7 +119,7 @@ group :test do
|
|||
|
||||
platforms :mri do
|
||||
gem "stackprof"
|
||||
gem "debug", ">= 1.0.0.rc", require: false
|
||||
gem "debug", ">= 1.0.0", require: false
|
||||
end
|
||||
|
||||
gem "benchmark-ips"
|
||||
|
|
|
@ -189,7 +189,7 @@ GEM
|
|||
daemons (1.4.0)
|
||||
dalli (2.7.11)
|
||||
dante (0.2.0)
|
||||
debug (1.0.0.rc2)
|
||||
debug (1.0.0)
|
||||
irb
|
||||
reline (>= 0.2.7)
|
||||
declarative (0.0.20)
|
||||
|
@ -542,7 +542,7 @@ DEPENDENCIES
|
|||
connection_pool
|
||||
cssbundling-rails
|
||||
dalli
|
||||
debug (>= 1.0.0.rc)
|
||||
debug (>= 1.0.0)
|
||||
delayed_job
|
||||
delayed_job_active_record
|
||||
google-cloud-storage (~> 1.11)
|
||||
|
|
|
@ -44,7 +44,7 @@ gem "bootsnap", ">= 1.4.4", require: false
|
|||
<% if RUBY_ENGINE == "ruby" -%>
|
||||
group :development, :test do
|
||||
# See https://github.com/ruby/debug for usage.
|
||||
gem "debug", ">= 1.0.0.rc", platforms: [:mri, :mingw, :x64_mingw], require: false
|
||||
gem "debug", ">= 1.0.0", platforms: [:mri, :mingw, :x64_mingw], require: false
|
||||
end
|
||||
|
||||
<% end -%>
|
||||
|
|
|
@ -33,7 +33,7 @@ end
|
|||
<% end -%>
|
||||
<% if RUBY_ENGINE == "ruby" -%>
|
||||
# To use a debugger
|
||||
# gem "debug", ">= 1.0.0.rc", group: [:development, :test], require: false
|
||||
# gem "debug", ">= 1.0.0", group: [:development, :test], require: false
|
||||
<% end -%>
|
||||
<% if RUBY_PLATFORM.match(/bccwin|cygwin|emx|mingw|mswin|wince|java/) -%>
|
||||
|
||||
|
|
Loading…
Reference in New Issue