diff --git a/Gemfile b/Gemfile index 9437118d..4c39a42e 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'i18n-js', '~> 4.2' gem 'inline_svg', '~> 1.10' gem 'jbuilder', '~> 2.13' gem 'kaminari', '~> 1.2' -gem 'newrelic_rpm', '~> 9.16' +gem 'newrelic_rpm', '~> 9.17' gem 'omniauth', '~> 2.1' gem 'omniauth-auth0', '~> 3.1' gem 'omniauth-rails_csrf_protection', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3b59edb0..ad364f9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -246,7 +246,7 @@ GEM timeout net-smtp (0.5.0) netrc (0.11.0) - newrelic_rpm (9.16.1) + newrelic_rpm (9.17.0) nio4r (2.7.4) nokogiri (1.18.2) mini_portile2 (~> 2.8.2) @@ -512,7 +512,7 @@ DEPENDENCIES inline_svg (~> 1.10) jbuilder (~> 2.13) kaminari (~> 1.2) - newrelic_rpm (~> 9.16) + newrelic_rpm (~> 9.17) omniauth (~> 2.1) omniauth-auth0 (~> 3.1) omniauth-rails_csrf_protection (~> 1.0)