From cb76ffc4a3bf719bace58037b0c15b9758223a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:29:20 +0000 Subject: [PATCH] Bump omniauth from 1.1.3 to 1.9.2 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.1.3 to 1.9.2. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.1.3...v1.9.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 beaa66d..ad676c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM multi_json (>= 1.3) rack-oauth2 (>= 0.14.4) tzinfo - hashie (1.2.0) + hashie (5.0.0) httpauth (0.2.0) httpclient (2.3.3) i18n (0.6.4) @@ -30,9 +30,9 @@ GEM jwt (~> 0.1.4) multi_json (~> 1.0) rack (~> 1.2) - omniauth (1.1.3) - hashie (~> 1.2) - rack + omniauth (1.9.2) + hashie (>= 3.4.6) + rack (>= 1.6.2, < 3) omniauth-facebook (1.4.0) omniauth-oauth2 (~> 1.0.2) omniauth-oauth2 (1.0.3) @@ -42,7 +42,7 @@ GEM coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) - rack (1.5.2) + rack (1.6.13) rack-oauth2 (1.0.3) activesupport (>= 2.3) attr_required (>= 0.0.5)