Skip to content

Commit 79b210a

Browse files
committed
Remove debugger gem from example app Gemfile
It's essentially not needed for our test and tend to cause installation problem.
1 parent aad8296 commit 79b210a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ before_script:
3232
script: "script/run_build 2>&1"
3333

3434
rvm:
35+
- 1.9.3
36+
- 1.9.2
3537
- 1.8.7
3638
- 2.3.0
3739
- 2.2
3840
- 2.1
3941
- 2.0.0
40-
- 1.9.3
41-
- 1.9.2
4242

4343
env:
4444
- RAILS_VERSION='~> 4.2.0'

example_app_generator/generate_app.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# edge branches
1616
gsub_file 'Gemfile', /^.*\bgem 'rails.*$/, ''
1717
gsub_file "Gemfile", /.*web-console.*/, ''
18+
gsub_file "Gemfile", /.*debugger.*/, ''
1819

1920
if Rails::VERSION::STRING >= '5.0.0'
2021
append_to_file('Gemfile', "gem 'rails-controller-testing', :git => 'https://github.com/rails/rails-controller-testing'")

0 commit comments

Comments
 (0)