From 950e8b3db1b4e8707e3dae1d4ca49db5ec5ede2e Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:45:46 +0000 Subject: [PATCH] Update newrelic_rpm to version 9.13.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7c36abef..89d77694 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "redcarpet", "~> 3.5" gem "rack-ssl", "~> 1.4", ">= 1.4.1" gem "barnes", "~> 0.0.7" gem "nokogiri", "~> 1.10", ">= 1.10.10" # fixed versions, for Windows -gem 'newrelic_rpm', '~> 6.12', ">= 6.12.0.367" +gem 'newrelic_rpm', '~> 9.13', ">= 6.12.0.367" gem "oj", "~> 3.10", ">= 3.10.13" gem "rack-cache", "~> 1.12", ">= 1.12.0" gem "rake", "~> 13.0" diff --git a/Gemfile.lock b/Gemfile.lock index dd8a4ee5..e0b6e2c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ GEM multi_json (1.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - newrelic_rpm (6.14.0) + newrelic_rpm (9.13.0) nio4r (2.5.4) nokogiri (1.14.3) mini_portile2 (~> 2.8.0) @@ -155,7 +155,7 @@ DEPENDENCIES files (~> 0.4.0) json (~> 2.3, >= 2.3.1) listen (~> 3.1) - newrelic_rpm (~> 6.12, >= 6.12.0.367) + newrelic_rpm (~> 9.13, >= 6.12.0.367) nokogiri (~> 1.10, >= 1.10.10) oj (~> 3.10, >= 3.10.13) pry (~> 0.13)