From a650dbe36ad9efc8e122e12f0c9b3ffafa8787b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Nov 2020 04:16:09 +0000 Subject: [PATCH] Bump omniauth from 1.3.1 to 1.9.1 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.3.1 to 1.9.1. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.3.1...v1.9.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5cb3595..f0035d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM multipart-post (>= 1.2, < 3) globalid (0.3.6) activesupport (>= 4.1.0) - hashie (3.4.4) + hashie (4.1.0) i18n (0.9.5) concurrent-ruby (~> 1.0) jbuilder (2.6.0) @@ -128,9 +128,9 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.3.1) - hashie (>= 1.2, < 4) - rack (>= 1.0, < 3) + omniauth (1.9.1) + hashie (>= 3.4.6) + rack (>= 1.6.2, < 3) omniauth-google-oauth2 (0.4.1) jwt (~> 1.5.2) multi_json (~> 1.3) @@ -151,7 +151,7 @@ GEM pry-rails (0.3.4) pry (>= 0.9.10) puma (3.6.0) - rack (1.6.11) + rack (1.6.13) rack-test (0.6.3) rack (>= 1.0) rails (4.2.6)