From e6a4760dd5d900bf0442da78adf33aaf1375cb60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 20:26:41 +0100 Subject: [PATCH] Bump newrelic_rpm from 9.16.1 to 9.17.0 (#1874) Bumps [newrelic_rpm](https://github.com/newrelic/newrelic-ruby-agent) from 9.16.1 to 9.17.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.16.1...9.17.0) --- updated-dependencies: - dependency-name: newrelic_rpm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9437118d..4c39a42e 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'i18n-js', '~> 4.2' gem 'inline_svg', '~> 1.10' gem 'jbuilder', '~> 2.13' gem 'kaminari', '~> 1.2' -gem 'newrelic_rpm', '~> 9.16' +gem 'newrelic_rpm', '~> 9.17' gem 'omniauth', '~> 2.1' gem 'omniauth-auth0', '~> 3.1' gem 'omniauth-rails_csrf_protection', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3b59edb0..ad364f9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -246,7 +246,7 @@ GEM timeout net-smtp (0.5.0) netrc (0.11.0) - newrelic_rpm (9.16.1) + newrelic_rpm (9.17.0) nio4r (2.7.4) nokogiri (1.18.2) mini_portile2 (~> 2.8.2) @@ -512,7 +512,7 @@ DEPENDENCIES inline_svg (~> 1.10) jbuilder (~> 2.13) kaminari (~> 1.2) - newrelic_rpm (~> 9.16) + newrelic_rpm (~> 9.17) omniauth (~> 2.1) omniauth-auth0 (~> 3.1) omniauth-rails_csrf_protection (~> 1.0)