File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 77 name : ' Tests'
88 runs-on : ubuntu-latest
99
10+ env :
11+ # prevent unnecessary log output -- https://bundler.io/man/bundle-config.1.html
12+ BUNDLE_IGNORE_FUNDING_REQUESTS : true
13+ BUNDLE_IGNORE_MESSAGES : true
1014 services :
1115 postgres :
1216 image : postgres:17
Original file line number Diff line number Diff line change @@ -117,5 +117,6 @@ group :production do
117117end
118118
119119gem 'rollbar'
120+ gem 'scout_apm'
120121
121122gem 'carrierwave-aws' , '~> 1.6'
Original file line number Diff line number Diff line change 482482 sprockets-rails
483483 tilt
484484 securerandom (0.4.1 )
485+ scout_apm (5.7.1 )
486+ parser
485487 selenium-webdriver (4.34.0 )
486488 base64 (~> 0.2 )
487489 logger (~> 1.4 )
@@ -622,6 +624,7 @@ DEPENDENCIES
622624 rubocop-rails
623625 rubocop-rspec
624626 sassc-rails
627+ scout_apm
625628 selenium-webdriver
626629 shoulda-matchers (~> 6.5 )
627630 simple_form
You can’t perform that action at this time.
0 commit comments