From 54e629088e354269e50b98bbf91f2c003cc31237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 04:26:51 +0000 Subject: [PATCH] Bump newrelic_rpm from 9.5.0 to 9.6.0 Bumps [newrelic_rpm](https://github.com/newrelic/newrelic-ruby-agent) from 9.5.0 to 9.6.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/9.5.0...9.6.0) --- updated-dependencies: - dependency-name: newrelic_rpm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7a890d51..d645765a 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby '3.2.2' gem 'rails', '7.1.1' gem 'bootsnap', require: false -gem 'newrelic_rpm', '~> 9.5' +gem 'newrelic_rpm', '~> 9.6' gem 'pg', '~> 1.5' gem 'puma', '~> 6.4' gem 'shakapacker', '7.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3060a762..905abb82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,7 +155,8 @@ GEM timeout net-smtp (0.4.0) net-protocol - newrelic_rpm (9.5.0) + newrelic_rpm (9.6.0) + base64 nio4r (2.5.9) nokogiri (1.15.4) mini_portile2 (~> 2.8.2) @@ -346,7 +347,7 @@ DEPENDENCIES email_spec factory_bot_rails faker - newrelic_rpm (~> 9.5) + newrelic_rpm (~> 9.6) pg (~> 1.5) pry pry-byebug