From 646d4d4e8e827e6d98d05fd7413e57bb575ac7b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 04:24:47 +0000 Subject: [PATCH] Bump newrelic_rpm from 6.2.0.354 to 7.2.0 Bumps [newrelic_rpm](https://github.com/newrelic/newrelic-ruby-agent) from 6.2.0.354 to 7.2.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/6.2.0.354...7.2.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 24 +++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 85829d9..8fa769d 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem 'cloudinary' group :production do # Use New Relic for application monitoring - gem 'newrelic_rpm', '~> 6.2.0' + gem 'newrelic_rpm', '~> 7.2.0' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 22b27db..73984c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,12 +100,12 @@ GEM haml (5.0.4) temple (>= 0.8.0) tilt - haml-rails (2.0.0) - actionpack (>= 5.1) - activesupport (>= 5.1) + haml-rails (1.0.0) + actionpack (>= 4.0.1) + activesupport (>= 4.0.1) haml (>= 4.0.6, < 6.0) html2haml (>= 1.0.1) - railties (>= 5.1) + railties (>= 4.0.1) highline (2.0.0) html2haml (2.2.0) erubis (~> 2.7.0) @@ -155,13 +155,15 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) multi_json (1.13.1) netrc (0.11.0) - newrelic_rpm (6.2.0.354) + newrelic_rpm (7.2.0) nio4r (2.3.1) nokogiri (1.10.2) mini_portile2 (~> 2.4.0) @@ -248,8 +250,8 @@ GEM unicode-display_width (>= 1.4.0, < 1.6) ruby-progressbar (1.10.0) ruby_dep (1.5.0) - ruby_parser (3.13.1) - sexp_processor (~> 4.9) + ruby_parser (3.16.0) + sexp_processor (~> 4.15, >= 4.15.1) sass (3.7.2) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -270,7 +272,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt - sexp_processor (4.12.0) + sexp_processor (4.15.3) simplecov (0.13.0) docile (~> 1.1.0) json (>= 1.8, < 3) @@ -336,13 +338,13 @@ DEPENDENCIES font-awesome-sass (~> 5.6.1) gettext haml (~> 5.0.3) - haml-rails (~> 2.0.0) + haml-rails (~> 1.0.0) i18n-tasks jbuilder (~> 2.8) jquery-rails letter_opener listen (>= 3.0.5, < 3.2) - newrelic_rpm (~> 6.2.0) + newrelic_rpm (~> 7.2.0) pg (~> 1.1) puma (~> 3.12) rails (~> 5.2.3)