From abffd465272037a69035db226b8c0fb8497195fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Wed, 26 Jul 2023 02:48:03 +0200 Subject: [PATCH] Update to omniauth-github 2. --- Gemfile.lock | 19 +++++++++++-------- shipit-engine.gemspec | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7202f3582..00dc40458 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ PATH jquery-rails (~> 4.4) lodash-rails (~> 4.17) octokit (~> 4.20) - omniauth-github (~> 1.4) + omniauth-github (~> 2.0) paquito pubsubstub (~> 0.2.0) rails (~> 7.0.0) @@ -229,15 +229,16 @@ GEM octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) - omniauth (1.9.2) + omniauth (2.1.1) 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) + 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) paquito (0.10.0) msgpack (>= 1.5.2) parallel (1.21.0) @@ -253,6 +254,8 @@ GEM redis (~> 4.0) racc (1.7.1) rack (2.2.7) + rack-protection (3.0.6) + rack rack-test (2.1.0) rack (>= 1.3) rails (7.0.6) diff --git a/shipit-engine.gemspec b/shipit-engine.gemspec index 3ede910da..74f67335e 100644 --- a/shipit-engine.gemspec +++ b/shipit-engine.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |s| s.add_dependency('jquery-rails', '~> 4.4') s.add_dependency('lodash-rails', '~> 4.17') s.add_dependency('octokit', '~> 4.20') - s.add_dependency('omniauth-github', '~> 1.4') + s.add_dependency('omniauth-github', '~> 2.0') s.add_dependency('pubsubstub', '~> 0.2.0') s.add_dependency('rails', '~> 7.0.0') s.add_dependency('rails-timeago', '~> 2.13.0')