From beb25fa3032d5931ce7d51a7f1a2c103c25fa563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Apr 2022 19:05:02 +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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 6aede1fee..e2a92a3f1 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'validates_timeliness', '~> 6.0.0.beta2' # Authentication framework gem 'devise', '~> 4.8' -gem 'omniauth', '~> 2.0' +gem 'omniauth', '~> 2.1' gem 'omniauth-rails_csrf_protection', '~> 1.0' # OAuth Provider diff --git a/Gemfile.lock b/Gemfile.lock index 91d493bd4..c0d1e08ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,9 +230,9 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 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-auth0 (3.0.0) omniauth (~> 2.0) @@ -261,7 +261,7 @@ GEM nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) - rack-protection (2.1.0) + rack-protection (2.2.0) rack rack-proxy (0.7.0) rack @@ -472,7 +472,7 @@ DEPENDENCIES launchy (~> 2.5) listen (~> 3.7) newrelic_rpm (~> 8.6) - omniauth (~> 2.0) + omniauth (~> 2.1) omniauth-auth0 (~> 3.0) omniauth-rails_csrf_protection (~> 1.0) pg (~> 1.3)