From b02dfe625f9c1697a242fdbe769df91b55e6c30d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:13:59 +0000 Subject: [PATCH] Bump newrelic_rpm from 10.0.0 to 10.1.0 Bumps [newrelic_rpm](https://github.com/newrelic/newrelic-ruby-agent) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/newrelic/newrelic-ruby-agent/releases) - [Changelog](https://github.com/newrelic/newrelic-ruby-agent/blob/dev/CHANGELOG.md) - [Commits](https://github.com/newrelic/newrelic-ruby-agent/compare/10.0.0...10.1.0) --- updated-dependencies: - dependency-name: newrelic_rpm dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)