diff --git a/Gemfile b/Gemfile index 6be2a96b..d2186416 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'good_job', '~> 4.13.2' gem 'jbuilder', '~> 2.14' gem 'jsbundling-rails', '~> 1.3' gem 'lograge', '~> 0.14' -gem 'newrelic_rpm', '~> 10.0' +gem 'newrelic_rpm', '~> 10.1' # Adding ostruct until rswag-ui gem v3 is released # https://github.com/rswag/rswag/pull/790#issuecomment-3710836151 gem 'ostruct', '~> 0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 75447e78..924ca144 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - newrelic_rpm (10.0.0) + newrelic_rpm (10.1.0) logger nio4r (2.7.5) nokogiri (1.19.0) @@ -675,7 +675,7 @@ DEPENDENCIES letter_opener (~> 1.10) listen (~> 3.10) lograge (~> 0.14) - newrelic_rpm (~> 10.0) + newrelic_rpm (~> 10.1) octokit (~> 10.0) ostruct (~> 0.6) pagy (~> 43.2)