From b6e9a3c2f9c422d1f405a24d554a07c0827f78d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 22:35:17 +0000 Subject: [PATCH] Bump airbrake from 11.0.3 to 13.0.2 Bumps [airbrake](https://github.com/airbrake/airbrake) from 11.0.3 to 13.0.2. - [Release notes](https://github.com/airbrake/airbrake/releases) - [Changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbrake/airbrake/compare/v11.0.3...v13.0.2) --- updated-dependencies: - dependency-name: airbrake dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 52b9087aa..fe6ea1101 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "6.0.6.1" gem "acts-as-taggable-on", "~> 9.0.1" gem "acts_as_votable", "~> 0.13.2" gem "ahoy_matey", "~> 4.1.0" -gem "airbrake", "~> 11.0.3" +gem "airbrake", "~> 13.0.2" gem "ancestry", "~> 4.2.0" gem "audited", "~> 5.0.2" gem "autoprefixer-rails", "~> 8.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index faed33d14..15dcee1a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,9 +66,9 @@ GEM activesupport (>= 5.2) device_detector safely_block (>= 0.2.1) - airbrake (11.0.3) - airbrake-ruby (~> 5.1) - airbrake-ruby (5.2.1) + airbrake (13.0.3) + airbrake-ruby (~> 6.0) + airbrake-ruby (6.2.0) rbtree3 (~> 0.5) airbrussh (1.4.1) sshkit (>= 1.6.1, != 1.7.0) @@ -505,7 +505,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - rbtree3 (0.6.0) + rbtree3 (0.7.0) recipient_interceptor (0.3.1) mail redcarpet (3.5.1) @@ -697,7 +697,7 @@ DEPENDENCIES acts-as-taggable-on (~> 9.0.1) acts_as_votable (~> 0.13.2) ahoy_matey (~> 4.1.0) - airbrake (~> 11.0.3) + airbrake (~> 13.0.2) ancestry (~> 4.2.0) audited (~> 5.0.2) autoprefixer-rails (~> 8.2.0)