From e5612256530e346e753c3ea41147caa4dfb0f153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:01:00 +0000 Subject: [PATCH] Bump airbrake from 13.0.4 to 13.0.5 Bumps [airbrake](https://github.com/airbrake/airbrake) from 13.0.4 to 13.0.5. - [Changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbrake/airbrake/compare/v.13.0.4...v13.0.5) --- updated-dependencies: - dependency-name: airbrake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8b5eb2854..b8fc1a5e1 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "7.0.8.6" gem "acts-as-taggable-on", "~> 11.0.0" gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 5.2.0" -gem "airbrake", "~> 13.0.4" +gem "airbrake", "~> 13.0.5" gem "ancestry", "~> 4.3.3" gem "audited", "~> 5.7.0" gem "autoprefixer-rails", "~> 10.4.19" diff --git a/Gemfile.lock b/Gemfile.lock index f7088c948..921704c20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM activesupport (>= 6.1) device_detector (>= 1) safely_block (>= 0.4) - airbrake (13.0.4) + airbrake (13.0.5) airbrake-ruby (~> 6.0) airbrake-ruby (6.2.2) rbtree3 (~> 0.6) @@ -707,7 +707,7 @@ DEPENDENCIES acts-as-taggable-on (~> 11.0.0) acts_as_votable (~> 0.14.0) ahoy_matey (~> 5.2.0) - airbrake (~> 13.0.4) + airbrake (~> 13.0.5) ancestry (~> 4.3.3) audited (~> 5.7.0) autoprefixer-rails (~> 10.4.19)