From 1cb44fc17c32236ebb3a400dabb307e277a41055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 22:32:39 +0000 Subject: [PATCH] Bump omniauth from 2.0.4 to 2.1.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v2.0.4...v2.1.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 65477cc79..36a5814fe 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "jquery-rails", "~> 4.5.0" gem "jquery-ui-rails", "~> 6.0.1" gem "kaminari", "~> 1.2.2" gem "mini_magick", "~> 4.11.0" -gem "omniauth", "~> 2.0.4" +gem "omniauth", "~> 2.1.0" gem "omniauth-facebook", "~> 8.0.0" gem "omniauth-google-oauth2", "~> 1.0.0" gem "omniauth-rails_csrf_protection", "~> 1.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index b3f33ba6d..7b611ead7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -416,9 +416,9 @@ GEM octokit (4.21.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - omniauth (2.0.4) + omniauth (2.1.0) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) rack-protection omniauth-facebook (8.0.0) omniauth-oauth2 (~> 1.2) @@ -758,7 +758,7 @@ DEPENDENCIES letter_opener_web (~> 2.0.0) mdl (~> 0.11.0) mini_magick (~> 4.11.0) - omniauth (~> 2.0.4) + omniauth (~> 2.1.0) omniauth-facebook (~> 8.0.0) omniauth-google-oauth2 (~> 1.0.0) omniauth-rails_csrf_protection (~> 1.0.1)