From cf8768101ddc7d80ce811c83e974ee10306b4627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:10:32 +0000 Subject: [PATCH] Bump omniauth from 1.9.1 to 1.9.2 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b1565e3..28fe55d 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ gem 'devise', '~> 4.7', '>= 4.7.1' gem 'friendly_id', '~> 5.3' gem 'sidekiq', '~> 6.0', '>= 6.0.1' # 第三方登入 -gem 'omniauth', '~> 1.9', '>= 1.9.1' +gem 'omniauth', '~> 1.9' gem 'omniauth-google-oauth2', '~> 0.8.0' gem 'omniauth-github', '~> 1.4' gem 'activerecord-session_store', '~> 1.1', '>= 1.1.3' diff --git a/Gemfile.lock b/Gemfile.lock index f3fcc5a..26ba171 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM activerecord (>= 4.0.0) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (4.1.0) + hashie (5.0.0) i18n (1.8.3) concurrent-ruby (~> 1.0) inline_svg (1.7.1) @@ -172,7 +172,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.1) + omniauth (1.9.2) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-github (1.4.0) @@ -194,7 +194,7 @@ GEM public_suffix (4.0.5) puma (4.3.5) nio4r (~> 2.0) - rack (2.2.3) + rack (2.2.4) rack-protection (2.0.8.1) rack rack-proxy (0.6.5) @@ -347,7 +347,7 @@ DEPENDENCIES jbuilder (~> 2.7) kaminari (~> 1.2.1) listen (>= 3.0.5, < 3.2) - omniauth (~> 1.9, >= 1.9.1) + omniauth (~> 1.9) omniauth-github (~> 1.4) omniauth-google-oauth2 (~> 0.8.0) paranoia (~> 2.1, >= 2.1.5)