From 711d65846c9558c0f8d817c74d95324708a2cd53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 11:57:48 +0000 Subject: [PATCH] Bump omniauth-google-oauth2 from 0.8.0 to 0.8.2 Bumps [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) from 0.8.0 to 0.8.2. - [Release notes](https://github.com/zquestz/omniauth-google-oauth2/releases) - [Changelog](https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zquestz/omniauth-google-oauth2/compare/v0.8.0...v0.8.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index ee9d4849e..da54ab7c7 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "kaminari", "~> 1.2.1" gem "newrelic_rpm", "~> 4.1.0.333" gem "omniauth", "~> 1.9.1" gem "omniauth-facebook", "~> 7.0.0" -gem "omniauth-google-oauth2", "~> 0.8.0" +gem "omniauth-google-oauth2", "~> 0.8.2" gem "omniauth-rails_csrf_protection", "~> 0.1.2" gem "omniauth-twitter", "~> 1.4.0" gem "paperclip", "~> 6.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 49c1176f1..671174d3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM railties (>= 3.0.0) faker (1.8.7) i18n (>= 0.7) - faraday (1.6.0) + faraday (1.7.0) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -330,7 +330,7 @@ GEM jquery-ui-rails (6.0.1) railties (>= 3.2.16) json (2.3.1) - jwt (2.2.2) + jwt (2.2.3) kaminari (1.2.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.1) @@ -397,7 +397,7 @@ GEM racc (~> 1.4) nori (2.6.0) oauth (0.5.6) - oauth2 (1.4.4) + oauth2 (1.4.7) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) @@ -411,16 +411,17 @@ GEM rack (>= 1.6.2, < 3) omniauth-facebook (7.0.0) omniauth-oauth2 (~> 1.2) - omniauth-google-oauth2 (0.8.0) + omniauth-google-oauth2 (0.8.2) jwt (>= 2.0) - omniauth (>= 1.1.1) + oauth2 (~> 1.1) + omniauth (~> 1.1) omniauth-oauth2 (>= 1.6) omniauth-oauth (1.1.0) oauth omniauth (~> 1.0) - omniauth-oauth2 (1.7.0) + omniauth-oauth2 (1.7.1) oauth2 (~> 1.4) - omniauth (~> 1.9) + omniauth (>= 1.9, < 3) omniauth-rails_csrf_protection (0.1.2) actionpack (>= 4.2) omniauth (>= 1.3.1) @@ -746,7 +747,7 @@ DEPENDENCIES newrelic_rpm (~> 4.1.0.333) omniauth (~> 1.9.1) omniauth-facebook (~> 7.0.0) - omniauth-google-oauth2 (~> 0.8.0) + omniauth-google-oauth2 (~> 0.8.2) omniauth-rails_csrf_protection (~> 0.1.2) omniauth-twitter (~> 1.4.0) paperclip (~> 6.1.0)