From bf8e4b74c9f74781222abf13332fc5cf1be4b0aa Mon Sep 17 00:00:00 2001 From: Yusuke Nakamura Date: Wed, 5 Nov 2025 16:07:39 +0900 Subject: [PATCH] Update omniauth-oauth due to rack v3 compatibility issues --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 38b781413..1353ecc37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -359,9 +359,10 @@ GEM omniauth-github (2.0.1) omniauth (~> 2.0) omniauth-oauth2 (~> 1.8) - omniauth-oauth (1.2.0) + omniauth-oauth (1.2.1) oauth omniauth (>= 1.0, < 3) + rack (>= 1.6.2, < 4) omniauth-oauth2 (1.8.0) oauth2 (>= 1.4, < 3) omniauth (~> 2.0)