From d68a9d0f13ba8c74b2b56cac0fe9dd46e1b99c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 02:39:59 +0000 Subject: [PATCH] Bump airbrake from 13.0.3 to 13.0.4 Bumps [airbrake](https://github.com/airbrake/airbrake) from 13.0.3 to 13.0.4. - [Changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbrake/airbrake/commits/v.13.0.4) --- updated-dependencies: - dependency-name: airbrake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 786c80466..d28ed929e 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "6.1.7.7" gem "acts-as-taggable-on", "~> 9.0.1" gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 4.2.1" -gem "airbrake", "~> 13.0.2" +gem "airbrake", "~> 13.0.4" gem "ancestry", "~> 4.3.3" gem "audited", "~> 5.4.0" gem "autoprefixer-rails", "~> 8.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3a2663f90..73c61493b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,10 +76,10 @@ GEM activesupport (>= 5.2) device_detector safely_block (>= 0.2.1) - airbrake (13.0.3) + airbrake (13.0.4) airbrake-ruby (~> 6.0) - airbrake-ruby (6.2.0) - rbtree3 (~> 0.5) + airbrake-ruby (6.2.2) + rbtree3 (~> 0.6) airbrussh (1.4.2) sshkit (>= 1.6.1, != 1.7.0) akami (1.3.1) @@ -492,7 +492,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rbtree3 (0.7.0) + rbtree3 (0.7.1) recipient_interceptor (0.3.1) mail redcarpet (3.6.0) @@ -692,7 +692,7 @@ DEPENDENCIES acts-as-taggable-on (~> 9.0.1) acts_as_votable (~> 0.14.0) ahoy_matey (~> 4.2.1) - airbrake (~> 13.0.2) + airbrake (~> 13.0.4) ancestry (~> 4.3.3) audited (~> 5.4.0) autoprefixer-rails (~> 8.2.0)