Skip to content

Commit 88cb35f

Browse files
yujinakayamaJonRowe
authored andcommitted
Remove debugger gem from example app Gemfile
It's essentially not needed for our test and tend to cause installation problem. Conflicts: example_app_generator/generate_app.rb
1 parent 724cc60 commit 88cb35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example_app_generator/generate_app.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# Remove the existing rails version so we can properly use master or other
1515
# edge branches
1616
gsub_file 'Gemfile', /^.*\bgem 'rails.*$/, ''
17+
gsub_file "Gemfile", /.*debugger.*/, ''
1718

1819
# Use our version of RSpec and Rails
1920
append_to_file 'Gemfile', <<-EOT.gsub(/^ +\|/, '')

0 commit comments

Comments
 (0)