From 10b4e127ff2eb4ee0ec8a575df333e0c59e72b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Nov 2020 04:31:15 +0000 Subject: [PATCH] Bump omniauth from 1.1.0 to 1.4.2 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.1.0 to 1.4.2. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.1.0...v1.4.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a13cfc2..f98ff77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM multi_json (~> 1.0) faraday (0.8.1) multipart-post (~> 1.1) - hashie (1.2.0) + hashie (3.6.0) hike (1.2.1) httpauth (0.1) i18n (0.6.0) @@ -73,9 +73,9 @@ GEM jwt (~> 0.1.4) multi_json (~> 1.0) rack (~> 1.2) - omniauth (1.1.0) - hashie (~> 1.2) - rack + omniauth (1.4.2) + hashie (>= 1.2, < 4) + rack (>= 1.0, < 3) omniauth-facebook (1.4.1) omniauth-oauth2 (~> 1.1.0) omniauth-oauth2 (1.1.0) @@ -83,7 +83,7 @@ GEM omniauth (~> 1.0) pg (0.14.0) polyglot (0.3.3) - rack (1.4.1) + rack (1.4.7) rack-cache (1.2) rack (>= 0.4) rack-ssl (1.3.2)