diff --git a/Gemfile b/Gemfile index 1cea04dd..3adae825 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'i18n-js', '~> 4.2' gem 'inline_svg', '~> 1.9' gem 'jbuilder', '~> 2.12' gem 'kaminari', '~> 1.2' -gem 'newrelic_rpm', '~> 9.12' +gem 'newrelic_rpm', '~> 9.13' 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 0f6e48b8..76d9f5da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -239,7 +239,7 @@ GEM net-smtp (0.5.0) net-protocol netrc (0.11.0) - newrelic_rpm (9.12.0) + newrelic_rpm (9.13.0) nio4r (2.7.3) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) @@ -499,7 +499,7 @@ DEPENDENCIES inline_svg (~> 1.9) jbuilder (~> 2.12) kaminari (~> 1.2) - newrelic_rpm (~> 9.12) + newrelic_rpm (~> 9.13) omniauth (~> 2.1) omniauth-auth0 (~> 3.1) omniauth-rails_csrf_protection (~> 1.0)