From 12bbd76da8b42fddc58ca3b72979ee8778e5ee57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20V=C3=A1squez?= Date: Thu, 25 Jun 2026 13:14:57 -0600 Subject: [PATCH] Bump low-risk dependencies to latest compatible (batch A) Batched minor/patch bumps, each to its latest version compatible with the current constraints: - bootsnap 1.24.4 -> 1.24.6 - debug 1.11.0 -> 1.11.1 - dotenv(-rails) 3.1.8 -> 3.2.0 - jbuilder 2.13.0 -> 2.15.1 - sentry-ruby 6.5.0 -> 6.6.2 - sentry-rails 6.5.0 -> 6.6.2 Supersedes Dependabot PRs #102, #103, #104, #105, #108, #109. minitest stays pinned at 5.25.5. Suite green, app boots. --- Gemfile.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 71046ee..1a99832 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM benchmark (0.4.1) bigdecimal (4.1.0) bindex (0.8.1) - bootsnap (1.24.4) + bootsnap (1.24.6) msgpack (~> 1.2) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) @@ -118,7 +118,7 @@ GEM railties (>= 6.0.0) sass-embedded (~> 1.63) date (3.4.1) - debug (1.11.0) + debug (1.11.1) irb (~> 1.10) reline (>= 0.3.8) discordrb (3.7.2) @@ -131,9 +131,9 @@ GEM discordrb-webhooks (3.7.2) rest-client (>= 2.0.0) domain_name (0.6.20240107) - dotenv (3.1.8) - dotenv-rails (3.1.8) - dotenv (= 3.1.8) + dotenv (3.2.0) + dotenv-rails (3.2.0) + dotenv (= 3.2.0) railties (>= 6.1) drb (2.2.3) erb (5.0.1) @@ -200,9 +200,9 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.13.0) - actionview (>= 5.0.0) - activesupport (>= 5.0.0) + jbuilder (2.15.1) + actionview (>= 7.0.0) + activesupport (>= 7.0.0) jquery-rails (4.6.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) @@ -441,10 +441,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) - sentry-rails (6.5.0) + sentry-rails (6.6.2) railties (>= 5.2.0) - sentry-ruby (~> 6.5.0) - sentry-ruby (6.5.0) + sentry-ruby (~> 6.6.2) + sentry-ruby (6.6.2) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) logger