From 43efa4990cc9c4ac8c8c7d2551754ff1b7df083c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:41:11 +0000 Subject: [PATCH] Update newrelic_rpm requirement from = 7.2.0 to = 9.4.1 Updates the requirements on [newrelic_rpm](https://github.com/newrelic/newrelic-ruby-agent) to permit the latest version. - [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/7.2.0...9.4.1) --- updated-dependencies: - dependency-name: newrelic_rpm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- station.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/station.gemspec b/station.gemspec index 3441f55cf..04123244f 100644 --- a/station.gemspec +++ b/station.gemspec @@ -78,7 +78,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency('countries', '4.0.1') spec.add_runtime_dependency('country_select', '6.0.0') spec.add_runtime_dependency('smartling', '2.0.3') - spec.add_runtime_dependency('newrelic_rpm', '7.2.0') + spec.add_runtime_dependency('newrelic_rpm', '9.4.1') spec.add_runtime_dependency('redis', '4.3.1') spec.add_runtime_dependency('sassc-rails', '2.1.2') spec.add_runtime_dependency('gmaps4rails', '2.1.2')