Skip to content

Commit c034af3

Browse files
committed
Also remove the newly introduced debug gem
``` gem "debug", ">= 1.0.0", platforms: %i[ mri mingw x64_mingw ] ```
1 parent 6a55a6b commit c034af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_app_generator/generate_app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# edge branches
2121
gsub_file 'Gemfile', /^.*\bgem ['"]rails.*$/, ''
2222
gsub_file "Gemfile", /.*web-console.*/, ''
23-
gsub_file "Gemfile", /.*debugger.*/, ''
23+
gsub_file "Gemfile", /.*debug.*/, ''
2424
gsub_file "Gemfile", /.*puma.*/, ''
2525
gsub_file "Gemfile", /.*bootsnap.*/, ''
2626

0 commit comments

Comments
 (0)