From 036b30014bced8abbfe27ace01e9d882a350185d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 05:02:50 +0000 Subject: [PATCH] Bump newrelic_rpm from 9.2.2 to 9.3.0 Bumps [newrelic_rpm](https://github.com/newrelic/newrelic-ruby-agent) from 9.2.2 to 9.3.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.2.2...9.3.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index eda7d1e..3d388b2 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.2.2' gem 'bootsnap', require: false -gem 'newrelic_rpm', '~> 9.2' +gem 'newrelic_rpm', '~> 9.3' gem 'pg', '~> 1.5' gem 'puma', '~> 6.3' gem 'rails', '7.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index e2e6226..ab8ec59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,7 +137,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - newrelic_rpm (9.2.2) + newrelic_rpm (9.3.0) nio4r (2.5.9) nokogiri (1.15.2) mini_portile2 (~> 2.8.2) @@ -312,7 +312,7 @@ DEPENDENCIES email_spec factory_bot_rails faker - newrelic_rpm (~> 9.2) + newrelic_rpm (~> 9.3) pg (~> 1.5) pry pry-byebug