mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use the same description
This commit is contained in:
parent
b3cdb5154c
commit
a8c4c27a81
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ gem "bootsnap", ">= 1.4.4", require: false
|
|||
<%- end -%>
|
||||
<% if RUBY_ENGINE == "ruby" -%>
|
||||
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", platforms: %i[ mri mingw x64_mingw ]
|
||||
end
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ end
|
|||
|
||||
<% end -%>
|
||||
<% if RUBY_ENGINE == "ruby" -%>
|
||||
# To use a debugger
|
||||
# See https://github.com/ruby/debug for usage
|
||||
# gem "debug", ">= 1.0.0", group: %i[ development test ]
|
||||
<% end -%>
|
||||
<% if RUBY_PLATFORM.match(/bccwin|cygwin|emx|mingw|mswin|wince|java/) -%>
|
||||
|
|
Loading…
Reference in a new issue