From 19faf6676770f364f4de11e82da4e9bcd9e8d748 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 20 Mar 2019 10:01:57 +1300 Subject: [PATCH] Add the scout gem to production --- Gemfile | 2 ++ Gemfile.lock | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index bf7d089cf..ea339ba7c 100644 --- a/Gemfile +++ b/Gemfile @@ -109,6 +109,8 @@ group :production, :staging do gem 'memcachier' gem 'newrelic_rpm' gem 'rails_12factor' # supresses heroku plugin injection + + gem 'scout_apm' # monitoring end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 51b60dac6..f1fcd233f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -453,6 +453,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt + scout_apm (2.4.24) selenium-webdriver (3.141.0) childprocess (~> 0.5) rubyzip (~> 1.2, >= 1.2.2) @@ -588,6 +589,7 @@ DEPENDENCIES rubocop-rspec ruby-units sass-rails + scout_apm selenium-webdriver sidekiq timecop