diff --git a/Gemfile b/Gemfile index a31aef818..1ba3a5cee 100644 --- a/Gemfile +++ b/Gemfile @@ -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" @@ -42,4 +41,6 @@ group :production do gem 'sentry-raven' gem 'sidekiq' gem 'barnes' + gem 'scout_apm' + gem 'rails_autoscale_agent' end diff --git a/Gemfile.lock b/Gemfile.lock index 452c7065b..e2ff0487c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -863,6 +865,7 @@ DEPENDENCIES puma (~> 4.3.3) rack-timeout rails_autoscale_agent + scout_apm sentry-raven sidekiq spring (~> 2.0)