From f667eb9d4ce33b8bede9b44f1e769c128250535d Mon Sep 17 00:00:00 2001 From: Arthur Chui Date: Fri, 14 Nov 2025 15:44:13 -0800 Subject: [PATCH] Bump omniauth-github to 2.0.1 --- Gemfile.lock | 21 +++++++++++++-------- shipit-engine.gemspec | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1217d3125..28e63becf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ PATH jquery-rails (~> 4.4) lodash-rails (~> 4.17) octokit (~> 5.6.0) - omniauth-github (~> 1.4) + omniauth-github (~> 2.0) paquito pubsubstub (~> 0.2) rails (~> 8.0.1) @@ -246,15 +246,17 @@ GEM octokit (5.6.1) faraday (>= 1, < 3) sawyer (~> 0.9) - omniauth (1.9.2) + omniauth (2.1.4) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) - omniauth-github (1.4.0) - omniauth (~> 1.5) - omniauth-oauth2 (>= 1.4.0, < 2.0) - omniauth-oauth2 (1.7.3) + logger + rack (>= 2.2.3) + rack-protection + omniauth-github (2.0.1) + omniauth (~> 2.0) + omniauth-oauth2 (~> 1.8) + omniauth-oauth2 (1.8.0) oauth2 (>= 1.4, < 3) - omniauth (>= 1.9, < 3) + omniauth (~> 2.0) ostruct (0.6.2) paquito (0.10.0) msgpack (>= 1.5.2) @@ -276,6 +278,9 @@ GEM redis (~> 4.0) racc (1.8.1) rack (2.2.17) + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) rack-session (1.0.2) rack (< 3) rack-test (2.2.0) diff --git a/shipit-engine.gemspec b/shipit-engine.gemspec index dab8a8883..98b9c7d38 100644 --- a/shipit-engine.gemspec +++ b/shipit-engine.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |s| s.add_dependency('jquery-rails', '~> 4.4') s.add_dependency('lodash-rails', '~> 4.17') s.add_dependency('octokit', '~> 5.6.0') - s.add_dependency('omniauth-github', '~> 1.4') + s.add_dependency('omniauth-github', '~> 2.0') s.add_dependency('paquito') s.add_dependency('pubsubstub', '~> 0.2') s.add_dependency('rails', '~> 8.0.1')