From c3d26b1900c89b1db80eb7aaaaf3aaba7736ddf2 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Fri, 21 Jul 2023 15:33:53 +1000 Subject: [PATCH] Add the New Relic gem --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index c742eace15..544b312c84 100644 --- a/Gemfile +++ b/Gemfile @@ -139,6 +139,7 @@ gem "faraday" gem "private_address_check" group :production, :staging do + gem 'newrelic_rpm' gem 'sd_notify' # For better Systemd process management. Used by Puma. end diff --git a/Gemfile.lock b/Gemfile.lock index 9b9afabf81..bf35c9bbe6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -422,6 +422,7 @@ GEM timeout net-smtp (0.3.3) net-protocol + newrelic_rpm (9.3.1) nio4r (2.5.9) nokogiri (1.15.3) mini_portile2 (~> 2.8.2) @@ -847,6 +848,7 @@ DEPENDENCIES mimemagic (> 0.3.5) mini_portile2 (~> 2.8) monetize (~> 1.11) + newrelic_rpm oauth2 (~> 1.4.7) omniauth-rails_csrf_protection omniauth_openid_connect