From ffdc6a06bbb1cf944b45d0a3025c7e92a63c6b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 05:08:03 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [jbuilder](https://github.com/rails/jbuilder), [bootsnap](https://github.com/rails/bootsnap), [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) and [faraday](https://github.com/lostisland/faraday). Updates `jbuilder` from 2.14.1 to 2.15.0 - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](https://github.com/rails/jbuilder/compare/v2.14.1...v2.15.0) Updates `bootsnap` from 1.24.3 to 1.24.4 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/bootsnap/compare/v1.24.3...v1.24.4) Updates `honeybadger` from 6.6.0 to 6.6.1 - [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/v6.6.0...v6.6.1) Updates `faraday` from 2.14.1 to 2.14.2 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v2.14.1...v2.14.2) --- updated-dependencies: - dependency-name: jbuilder dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: bootsnap dependency-version: 1.24.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: honeybadger dependency-version: 6.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: faraday dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 554fb12..e9b7253 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM bcrypt (3.1.22) bigdecimal (4.1.2) bindex (0.8.1) - bootsnap (1.24.3) + bootsnap (1.24.4) msgpack (~> 1.2) bootstrap (5.3.8) popper_js (>= 2.11.8, < 3) @@ -134,7 +134,7 @@ GEM factory_bot_rails (6.5.1) factory_bot (~> 6.5) railties (>= 6.1.0) - faraday (2.14.1) + faraday (2.14.2) faraday-net_http (>= 2.0, < 3.5) json logger @@ -154,7 +154,7 @@ GEM oauth (>= 0.3.6) google-analytics-rails (1.1.1) hashie (5.0.0) - honeybadger (6.6.0) + honeybadger (6.6.1) logger ostruct i18n (1.14.8) @@ -169,7 +169,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.14.1) + jbuilder (2.15.0) actionview (>= 7.0.0) activesupport (>= 7.0.0) jquery-rails (4.6.1)