From 3a815cacbe38a38b859d422643e2aed994d2291f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:13:40 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 46d891218..aef064099 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ gem 'pg_search' # authentication gem 'devise', '>= 4.6.0' -gem 'omniauth', '~> 1.9.0' +gem 'omniauth', '~> 1.9.2' gem 'omniauth-oauth2' gem 'omniauth_openid_connect' gem 'omniauth-rails_csrf_protection', '~> 0.1' diff --git a/Gemfile.lock b/Gemfile.lock index 1abd78ea6..a5358f468 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM activesupport (>= 5.0) hashdiff (1.0.1) hashery (2.1.2) - hashie (4.1.0) + hashie (5.0.0) htmlentities (4.3.4) httparty (0.20.0) mime-types (~> 3.0) @@ -248,7 +248,7 @@ GEM multi_xml (~> 0.5) rack (>= 1.2, < 3) oj (3.10.5) - omniauth (1.9.1) + omniauth (1.9.2) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-oauth2 (1.6.0) @@ -533,7 +533,7 @@ DEPENDENCIES minitest-reporters notify_with oj - omniauth (~> 1.9.0) + omniauth (~> 1.9.2) omniauth-oauth2 omniauth-rails_csrf_protection (~> 0.1) omniauth_openid_connect