Skip to content

Commit a8c4c27

Browse files
author
David Heinemeier Hansson
committed
Use the same description
1 parent b3cdb51 commit a8c4c27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

railties/lib/rails/generators/rails/app/templates/Gemfile.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gem "bootsnap", ">= 1.4.4", require: false
4343
<%- end -%>
4444
<% if RUBY_ENGINE == "ruby" -%>
4545
group :development, :test do
46-
# See https://github.com/ruby/debug for usage.
46+
# See https://github.com/ruby/debug for usage
4747
gem "debug", ">= 1.0.0", platforms: %i[ mri mingw x64_mingw ]
4848
end
4949

railties/lib/rails/generators/rails/plugin/templates/Gemfile.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end
3232

3333
<% end -%>
3434
<% if RUBY_ENGINE == "ruby" -%>
35-
# To use a debugger
35+
# See https://github.com/ruby/debug for usage
3636
# gem "debug", ">= 1.0.0", group: %i[ development test ]
3737
<% end -%>
3838
<% if RUBY_PLATFORM.match(/bccwin|cygwin|emx|mingw|mswin|wince|java/) -%>

0 commit comments

Comments
 (0)