From 2a449f110c396f27a621a83dbfdfdeea798ae8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:03:12 +0000 Subject: [PATCH] Bump omniauth from 1.6.1 to 2.1.1 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.6.1 to 2.1.1. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.6.1...v2.1.1) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 46 ++++++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3320e99..ce4c580 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,15 +99,17 @@ GEM diff-lcs (1.3) erubis (2.7.0) execjs (2.7.0) - faraday (0.12.1) - multipart-post (>= 1.2, < 3) + faraday (2.7.4) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) ffi (1.11.3) geocoder (1.6.1) gherkin (4.1.3) globalid (0.4.0) activesupport (>= 4.2.0) gmaps4rails (2.1.2) - hashie (3.5.5) + hashie (5.0.0) httparty (0.15.5) multi_xml (>= 0.5.2) i18n (0.9.5) @@ -120,7 +122,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (1.8.6) - jwt (1.5.6) + jwt (2.7.0) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -138,28 +140,29 @@ GEM rake mini_portile2 (2.7.1) minitest (5.11.3) - multi_json (1.12.1) + multi_json (1.15.0) multi_test (0.1.2) multi_xml (0.6.0) - multipart-post (2.0.0) nio4r (2.5.8) nokogiri (1.13.1) mini_portile2 (~> 2.7.0) racc (~> 1.4) - oauth2 (1.4.0) - faraday (>= 0.8, < 0.13) - jwt (~> 1.0) - multi_json (~> 1.3) + oauth2 (2.0.9) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) multi_xml (~> 0.5) - rack (>= 1.2, < 3) - omniauth (1.6.1) - hashie (>= 3.4.6, < 3.6.0) - rack (>= 1.6.2, < 3) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.1.1) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection omniauth-facebook (4.0.0) omniauth-oauth2 (~> 1.2) - omniauth-oauth2 (1.4.0) - oauth2 (~> 1.0) - omniauth (~> 1.2) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) orm_adapter (0.5.0) paperclip (5.0.0) activemodel (>= 4.2.0) @@ -171,7 +174,9 @@ GEM puma (4.3.11) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.6.2) + rack-protection (3.0.5) + rack rack-test (0.6.3) rack (>= 1.0) rails (5.0.3) @@ -222,6 +227,7 @@ GEM rspec-mocks (~> 3.6.0) rspec-support (~> 3.6.0) rspec-support (3.6.0) + ruby2_keywords (0.0.5) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -238,6 +244,9 @@ GEM sdoc (0.4.2) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) spring (2.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1) @@ -261,6 +270,7 @@ GEM thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) + version_gem (1.1.1) warden (1.2.8) rack (>= 2.0.6) web-console (2.3.0)