From ed937a311830e220fd401f19b0132d1541ef989e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:37:30 +0000 Subject: [PATCH] Bump omniauth from 1.1.4 to 1.4.2 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.1.4 to 1.4.2. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.1.4...v1.4.2) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 99f444f..469dc20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ GEM multi_json (~> 1.0) faraday (0.8.7) multipart-post (~> 1.1) - hashie (2.0.3) + hashie (3.6.0) hike (1.2.2) i18n (0.6.1) journey (1.0.4) @@ -72,9 +72,9 @@ GEM multi_json (1.7.2) multipart-post (1.2.0) oauth (0.4.7) - omniauth (1.1.4) - hashie (>= 1.2, < 3) - rack + omniauth (1.4.2) + hashie (>= 1.2, < 4) + rack (>= 1.0, < 3) omniauth-oauth (1.0.1) oauth omniauth (~> 1.0) @@ -83,7 +83,7 @@ GEM omniauth-oauth (~> 1.0) pg (0.15.1) polyglot (0.3.3) - rack (1.4.5) + rack (1.4.7) rack-cache (1.2) rack (>= 0.4) rack-ssl (1.3.3)