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 7
7
name : ' Tests'
8
8
runs-on : ubuntu-latest
9
9
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
10
14
services :
11
15
postgres :
12
16
image : postgres:17
Original file line number Diff line number Diff line change @@ -117,5 +117,6 @@ group :production do
117
117
end
118
118
119
119
gem 'rollbar'
120
+ gem 'scout_apm'
120
121
121
122
gem 'carrierwave-aws' , '~> 1.6'
Original file line number Diff line number Diff line change 482
482
sprockets-rails
483
483
tilt
484
484
securerandom (0.4.1 )
485
+ scout_apm (5.7.1 )
486
+ parser
485
487
selenium-webdriver (4.34.0 )
486
488
base64 (~> 0.2 )
487
489
logger (~> 1.4 )
@@ -622,6 +624,7 @@ DEPENDENCIES
622
624
rubocop-rails
623
625
rubocop-rspec
624
626
sassc-rails
627
+ scout_apm
625
628
selenium-webdriver
626
629
shoulda-matchers (~> 6.5 )
627
630
simple_form
You can’t perform that action at this time.
0 commit comments