Skip to content

Commit

Permalink
Merge pull request #62 from coopdevs/install-scout-apm
Browse files Browse the repository at this point in the history
Install scout apm
  • Loading branch information
sauloperez authored Nov 18, 2020
2 parents 047d9f8 + 1f73741 commit 5b512a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ gem "bootsnap", "~> 1.3"

gem "puma", "~> 4.3.3"
gem "rack-timeout"
gem "rails_autoscale_agent"
gem "uglifier", "~> 4.1"

gem "faker", "~> 1.9"
Expand All @@ -42,4 +41,6 @@ group :production do
gem 'sentry-raven'
gem 'sidekiq'
gem 'barnes'
gem 'scout_apm'
gem 'rails_autoscale_agent'
end
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,8 @@ GEM
nokogiri (>= 1.8.1)
nori (~> 2.4)
wasabi (~> 3.4)
scout_apm (2.6.10)
parser
searchlight (4.1.0)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
Expand Down Expand Up @@ -863,6 +865,7 @@ DEPENDENCIES
puma (~> 4.3.3)
rack-timeout
rails_autoscale_agent
scout_apm
sentry-raven
sidekiq
spring (~> 2.0)
Expand Down

0 comments on commit 5b512a3

Please sign in to comment.