From 838bc29e01f723e45553a87ec72e64d4f7b5f0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:12:55 +0000 Subject: [PATCH] Bump omniauth from 1.9.1 to 2.1.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 2.1.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.1...v2.1.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 50 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1cf289b..05352c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,15 +124,14 @@ GEM factory_bot_rails (6.1.0) factory_bot (~> 6.1.0) railties (>= 5.0.0) - faraday (1.3.0) - faraday-net_http (~> 1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords - faraday-net_http (1.0.1) + faraday (2.5.2) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) ffi (1.14.2) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (4.1.0) + hashie (5.0.0) i18n (1.8.7) concurrent-ruby (~> 1.0) image_processing (1.12.1) @@ -140,7 +139,7 @@ GEM ruby-vips (>= 2.0.17, < 3) jbuilder (2.10.1) activesupport (>= 5.0.0) - jwt (2.2.2) + jwt (2.5.0) kramdown (2.3.0) rexml kramdown-parser-gfm (1.1.0) @@ -164,21 +163,26 @@ GEM msgpack (1.3.3) multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) nio4r (2.5.4) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) - oauth (0.5.5) - oauth2 (1.4.4) - faraday (>= 0.8, < 2.0) + oauth (1.1.0) + oauth-tty (~> 1.0, >= 1.0.1) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + oauth-tty (1.0.2) + version_gem (~> 1.1) + oauth2 (1.4.10) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.1) + omniauth (2.1.0) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) + rack-protection omniauth-facebook (8.0.0) omniauth-oauth2 (~> 1.2) omniauth-google-oauth2 (0.8.1) @@ -186,12 +190,12 @@ GEM oauth2 (~> 1.1) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.6) - omniauth-oauth (1.1.0) + omniauth-oauth (1.2.0) oauth - omniauth (~> 1.0) - omniauth-oauth2 (1.7.1) - oauth2 (~> 1.4) - omniauth (>= 1.9, < 3) + omniauth (>= 1.0, < 3) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) orm_adapter (0.5.0) parallel (1.20.1) parser (3.0.0.0) @@ -201,7 +205,9 @@ GEM puma (4.3.7) nio4r (~> 2.0) racc (1.5.2) - rack (2.2.3) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -281,7 +287,7 @@ GEM ruby-progressbar (1.11.0) ruby-vips (2.0.17) ffi (~> 1.9) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) rubyzip (2.3.0) selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) @@ -298,6 +304,9 @@ GEM actionpack (>= 3.1) railties (>= 3.1) slim (>= 3.0, < 5.0) + snaky_hash (2.0.0) + hashie + version_gem (~> 1.1) spring (2.1.1) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) @@ -320,6 +329,7 @@ GEM tzinfo-data (1.2020.6) tzinfo (>= 1.0.0) unicode-display_width (2.0.0) + version_gem (1.1.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.1.0)