From d71394e0a462bd495d33a2bae45de41a55140ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 22:33:00 +0000 Subject: [PATCH] Bump omniauth-facebook from 8.0.0 to 9.0.0 Bumps [omniauth-facebook](https://github.com/simi/omniauth-facebook) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/simi/omniauth-facebook/releases) - [Changelog](https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md) - [Commits](https://github.com/simi/omniauth-facebook/compare/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: omniauth-facebook dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 76c5ae680..9dd37828e 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "jquery-ui-rails", "~> 6.0.1" gem "kaminari", "~> 1.2.2" gem "mini_magick", "~> 4.11.0" gem "omniauth", "~> 2.1.0" -gem "omniauth-facebook", "~> 8.0.0" +gem "omniauth-facebook", "~> 9.0.0" gem "omniauth-google-oauth2", "~> 1.0.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-twitter", "~> 1.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index da0829a5d..4d2271ec8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -423,7 +423,7 @@ GEM hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-facebook (8.0.0) + omniauth-facebook (9.0.0) omniauth-oauth2 (~> 1.2) omniauth-google-oauth2 (1.0.1) jwt (>= 2.0) @@ -763,7 +763,7 @@ DEPENDENCIES mdl (~> 0.11.0) mini_magick (~> 4.11.0) omniauth (~> 2.1.0) - omniauth-facebook (~> 8.0.0) + omniauth-facebook (~> 9.0.0) omniauth-google-oauth2 (~> 1.0.1) omniauth-rails_csrf_protection (~> 1.0.1) omniauth-twitter (~> 1.4.0)