From 327bbe055ad71bac494598a7c1f5af165129627b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 19:58:05 +0000 Subject: [PATCH] Bump omniauth-google-oauth2 from 1.0.0 to 1.0.1 Bumps [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) from 1.0.0 to 1.0.1. - [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/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: omniauth-google-oauth2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 97c824dd5..76c5ae680 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem "kaminari", "~> 1.2.2" gem "mini_magick", "~> 4.11.0" gem "omniauth", "~> 2.1.0" gem "omniauth-facebook", "~> 8.0.0" -gem "omniauth-google-oauth2", "~> 1.0.0" +gem "omniauth-google-oauth2", "~> 1.0.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-twitter", "~> 1.4.0" gem "paranoia", "~> 2.6.0" diff --git a/Gemfile.lock b/Gemfile.lock index 1dc4c4f13..da0829a5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -344,7 +344,7 @@ GEM jquery-ui-rails (6.0.1) railties (>= 3.2.16) json (2.3.1) - jwt (2.2.3) + jwt (2.5.0) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -410,8 +410,8 @@ GEM racc (~> 1.4) nori (2.6.0) oauth (0.5.6) - oauth2 (1.4.7) - faraday (>= 0.8, < 2.0) + oauth2 (1.4.10) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) @@ -425,7 +425,7 @@ GEM rack-protection omniauth-facebook (8.0.0) omniauth-oauth2 (~> 1.2) - omniauth-google-oauth2 (1.0.0) + omniauth-google-oauth2 (1.0.1) jwt (>= 2.0) oauth2 (~> 1.1) omniauth (~> 2.0) @@ -433,8 +433,8 @@ GEM omniauth-oauth (1.2.0) oauth omniauth (>= 1.0, < 3) - omniauth-oauth2 (1.7.1) - oauth2 (~> 1.4) + omniauth-oauth2 (1.7.3) + oauth2 (>= 1.4, < 3) omniauth (>= 1.9, < 3) omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) @@ -764,7 +764,7 @@ DEPENDENCIES mini_magick (~> 4.11.0) omniauth (~> 2.1.0) omniauth-facebook (~> 8.0.0) - omniauth-google-oauth2 (~> 1.0.0) + omniauth-google-oauth2 (~> 1.0.1) omniauth-rails_csrf_protection (~> 1.0.1) omniauth-twitter (~> 1.4.0) paranoia (~> 2.6.0)