diff --git a/Gemfile b/Gemfile index 5b9f919..a5ca091 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'flipper-ui', '~> 1.3.0' gem 'jbuilder', '~> 2.12' gem 'jsbundling-rails', '~> 1.3' gem 'lograge', '~> 0.14' -gem 'newrelic_rpm', '~> 9.11' +gem 'newrelic_rpm', '~> 9.14' gem 'oj', '~> 3.16' gem 'pagy', '~> 8.6' gem 'pg', '~> 1.5' diff --git a/Gemfile.lock b/Gemfile.lock index f45fba7..d073a62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ GEM timeout net-smtp (0.5.0) net-protocol - newrelic_rpm (9.11.0) + newrelic_rpm (9.14.0) nio4r (2.7.3) nokogiri (1.16.6) mini_portile2 (~> 2.8.2) @@ -666,7 +666,7 @@ DEPENDENCIES listen (~> 3.9) lograge (~> 0.14) lookbook (~> 2.1) - newrelic_rpm (~> 9.11) + newrelic_rpm (~> 9.14) octokit (~> 9.1) oj (~> 3.16) pagy (~> 8.6)