File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
railties/lib/rails/generators/rails/app/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ gem "bootsnap", require: false
36
36
group :development, :test do
37
37
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
38
38
gem "debug", platforms: %i[ mri <%= bundler_windows_platforms %> ]
39
- end
40
- <% end -%>
41
-
42
- group :development do
43
39
<%- unless options.skip_brakeman? -%>
44
40
# Static analysis for security vulnerabilities [https://brakemanscanner.org/]
45
41
gem "brakeman", require: false
@@ -50,6 +46,10 @@ group :development do
50
46
gem "rubocop-rails-omakase", require: false
51
47
52
48
<%- end -%>
49
+ end
50
+ <% end -%>
51
+
52
+ group :development do
53
53
<%- unless options.api? || options.skip_dev_gems? -%>
54
54
# Use console on exceptions pages [https://github.com/rails/web-console]
55
55
gem "web-console"
You can’t perform that action at this time.
0 commit comments