Skip to content

Commit

Permalink
Update Scout to latest version
Browse files Browse the repository at this point in the history
Running into a "stack level too deep" error:
/GEM_ROOT/gems/scout_apm-2.6.10/lib/scout_apm/layer_children_set.rb:30

Updating Scout to see if that fixes it.

Refs: #2872
  • Loading branch information
shaun-technovation committed Aug 10, 2021
1 parent 29033e1 commit 01e3d45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gem "sidekiq", "~> 6.2"

gem "airbrake", "~> 11.0.3"
gem "newrelic_rpm", "~> 7.1.0"
gem "scout_apm", "~> 2.4"
gem "scout_apm", "~> 4.1"

gem "dalli", "~> 2.7"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
scout_apm (2.6.10)
scout_apm (4.1.1)
parser
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
Expand Down Expand Up @@ -600,7 +600,7 @@ DEPENDENCIES
rails_autoscale_agent
rspec-rails (~> 5.0)
sass-rails (~> 6.0)
scout_apm (~> 2.4)
scout_apm (~> 4.1)
sidekiq (~> 6.2)
simple_form (~> 5.0)
spring (~> 2.0)
Expand Down

0 comments on commit 01e3d45

Please sign in to comment.