From a5077bed9069bf87a9d6f86fc064a42b8412f316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 18:51:45 +0000 Subject: [PATCH] Bump omniauth from 1.3.1 to 1.9.1 in /example 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] --- example/Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/example/Gemfile.lock b/example/Gemfile.lock index aea783c..89a3bfb 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -1,5 +1,5 @@ PATH - remote: ../ + remote: .. specs: omniauth-facebook (3.0.0) omniauth-oauth2 (~> 1.2) @@ -10,7 +10,7 @@ GEM backports (3.6.8) faraday (0.9.2) multipart-post (>= 1.2, < 3) - hashie (3.4.4) + hashie (4.1.0) jwt (1.5.1) multi_json (1.12.1) multi_xml (0.5.5) @@ -21,13 +21,13 @@ 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-oauth2 (1.4.0) oauth2 (~> 1.0) omniauth (~> 1.2) - rack (1.6.4) + rack (1.6.13) rack-protection (1.5.3) rack rack-test (0.6.3)