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