From c1693e24c40a9517d2199b14b44c9b914364ead5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 09:08:08 +0000 Subject: [PATCH] Bump omniauth-facebook from 4.0.0 to 7.0.0 Bumps [omniauth-facebook](https://github.com/mkdynamic/omniauth-facebook) from 4.0.0 to 7.0.0. - [Release notes](https://github.com/mkdynamic/omniauth-facebook/releases) - [Changelog](https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md) - [Commits](https://github.com/mkdynamic/omniauth-facebook/compare/v4.0.0...v7.0.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5bd6a3a90..12b7c8b87 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem "jquery-ui-rails", "~> 6.0.1" gem "kaminari", "~> 1.2.1" gem "newrelic_rpm", "~> 4.1.0.333" gem "omniauth", "~> 1.9.1" -gem "omniauth-facebook", "~> 4.0.0" +gem "omniauth-facebook", "~> 7.0.0" gem "omniauth-google-oauth2", "~> 0.8.0" gem "omniauth-rails_csrf_protection", "~> 0.1.2" gem "omniauth-twitter", "~> 1.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3119a74bc..bb4f56bd4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ GEM omniauth (1.9.1) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) - omniauth-facebook (4.0.0) + omniauth-facebook (7.0.0) omniauth-oauth2 (~> 1.2) omniauth-google-oauth2 (0.8.0) jwt (>= 2.0) @@ -671,7 +671,7 @@ DEPENDENCIES mdl (~> 0.11.0) newrelic_rpm (~> 4.1.0.333) omniauth (~> 1.9.1) - omniauth-facebook (~> 4.0.0) + omniauth-facebook (~> 7.0.0) omniauth-google-oauth2 (~> 0.8.0) omniauth-rails_csrf_protection (~> 0.1.2) omniauth-twitter (~> 1.4.0)