From fcac4ff60dfdd3341fccdf8de91fa1399a41f065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20V=C3=A1squez?= Date: Thu, 25 Jun 2026 14:00:24 -0600 Subject: [PATCH] Bump non-Rails gems from PR #115 group (batch B) Splits the routine gems out of the mis-grouped Dependabot PR #115 (which also swept in the Rails 8.1 framework upgrade, now handled separately in its own PR): - discordrb (+ -webhooks) 3.7.2 -> 3.8.0 - omniauth-google-oauth2 1.2.1 -> 1.2.2 - solid_cache 1.0.7 -> 1.0.10 - web-console 4.2.1 -> 4.3.0 minitest stays pinned at 5.25.5. Suite green, app boots. --- Gemfile.lock | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1387c7a..97eb5cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,14 +121,14 @@ GEM debug (1.11.1) irb (~> 1.10) reline (>= 0.3.8) - discordrb (3.7.2) + discordrb (3.8.0) base64 (~> 0.2) - discordrb-webhooks (~> 3.7.2) + discordrb-webhooks (~> 3.8.0) ffi (>= 1.9.24) opus-ruby rest-client (>= 2.0.0) websocket-client-simple (>= 0.9.0) - discordrb-webhooks (3.7.2) + discordrb-webhooks (3.8.0) rest-client (>= 2.0.0) domain_name (0.6.20240107) dotenv (3.2.0) @@ -277,7 +277,7 @@ GEM logger rack (>= 2.2.3) rack-protection - omniauth-google-oauth2 (1.2.1) + omniauth-google-oauth2 (1.2.2) jwt (>= 2.9.2) oauth2 (~> 2.0) omniauth (~> 2.0) @@ -475,7 +475,7 @@ GEM activejob (>= 7.2) activerecord (>= 7.2) railties (>= 7.2) - solid_cache (1.0.7) + solid_cache (1.0.10) activejob (>= 7.2) activerecord (>= 7.2) railties (>= 7.2) @@ -515,11 +515,10 @@ GEM uri (1.0.3) useragent (0.16.11) version_gem (1.1.8) - web-console (4.2.1) - actionview (>= 6.0.0) - activemodel (>= 6.0.0) + web-console (4.3.0) + actionview (>= 8.0.0) bindex (>= 0.4.0) - railties (>= 6.0.0) + railties (>= 8.0.0) websocket (1.2.11) websocket-client-simple (0.9.0) base64