Use the same description

This commit is contained in:
David Heinemeier Hansson 2021-09-09 13:56:44 +02:00
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/) -%>