Skip to content

Commit b3cdb51

Browse files
author
David Heinemeier Hansson
committed
Require by default for plugins too
1 parent 80f6a5f commit b3cdb51

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/plugin/templates

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ end
3333
<% end -%>
3434
<% if RUBY_ENGINE == "ruby" -%>
3535
# To use a debugger
36-
# gem "debug", ">= 1.0.0", group: %i[ development test ], require: false
36+
# gem "debug", ">= 1.0.0", group: %i[ development test ]
3737
<% end -%>
3838
<% if RUBY_PLATFORM.match(/bccwin|cygwin|emx|mingw|mswin|wince|java/) -%>
3939

0 commit comments

Comments
 (0)