From 458c6327ceffcee70323f0c20db2c66047d3e141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:37:03 +0000 Subject: [PATCH] Bump honeybadger from 4.12.2 to 5.3.0 Bumps [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) from 4.12.2 to 5.3.0. - [Release notes](https://github.com/honeybadger-io/honeybadger-ruby/releases) - [Changelog](https://github.com/honeybadger-io/honeybadger-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/honeybadger-io/honeybadger-ruby/compare/v4.12.2...v5.3.0) --- updated-dependencies: - dependency-name: honeybadger dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7e91a98..5831604 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem "sidekiq", "<8" gem "sidekiq-cron" gem "sidekiq-failures", "~> 1.0" -gem "honeybadger", "~> 4.12" +gem "honeybadger", "~> 5.3" group :development, :test do gem "bullet" diff --git a/Gemfile.lock b/Gemfile.lock index 3370767..df3a39c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,7 @@ GEM haml (>= 4.0.6) railties (>= 5.1) hashie (5.0.0) - honeybadger (4.12.2) + honeybadger (5.3.0) html2haml (2.3.0) erubis (~> 2.7.0) haml (>= 4.0) @@ -415,7 +415,7 @@ DEPENDENCIES friendly_id haml haml-rails - honeybadger (~> 4.12) + honeybadger (~> 5.3) html2haml httparty importmap-rails (~> 1.1)