From 6e7370a130f18ff786cfb61563df39d60bdacf64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:48:38 +0000 Subject: [PATCH] Bump omniauth from 1.9.1 to 2.0.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 2.0.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.1...v2.0.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 54 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4ea730f..ab1dce2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,15 +122,17 @@ GEM fabrication (2.20.1) faker (1.8.7) i18n (>= 0.7) - faraday (0.17.0) - 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.15.5) font-awesome-rails (4.7.0.4) railties (>= 3.2, < 6.0) globalid (1.0.0) activesupport (>= 5.0) hashdiff (1.0.1) - hashie (4.1.0) + hashie (5.0.0) headless (2.3.1) highcharts-rails (3.0.10) railties (>= 3.1) @@ -146,7 +148,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.3.0) - jwt (2.2.1) + jwt (2.7.0) kaminari (1.2.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.1) @@ -182,32 +184,39 @@ GEM method_source (1.0.0) mini_magick (4.11.0) mini_mime (1.1.2) + mini_portile2 (2.8.1) minitest (5.16.3) msgpack (1.5.3) - multi_json (1.13.1) multi_xml (0.6.0) - multipart-post (2.1.1) nio4r (2.5.8) - nokogiri (1.13.8-x86_64-darwin) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - oauth (0.5.4) - oauth2 (1.4.2) - 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.5) + version_gem (~> 1.1, >= 1.1.1) + oauth2 (2.0.9) + 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) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.0.0) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) + rack-protection omniauth-facebook (5.0.0) omniauth-oauth2 (~> 1.2) - omniauth-oauth (1.1.0) + omniauth-oauth (1.2.0) oauth - omniauth (~> 1.0) - omniauth-oauth2 (1.6.0) - oauth2 (~> 1.1) - omniauth (~> 1.9) + omniauth (>= 1.0, < 3) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack @@ -230,9 +239,11 @@ GEM nio4r (~> 2.0) quilt (0.1.0) racc (1.6.0) - rack (2.2.4) + rack (2.2.6.2) rack-attack (6.3.1) rack (>= 1.0, < 3) + rack-protection (3.0.5) + rack rack-test (2.0.2) rack (>= 1.3) rails (5.2.8) @@ -295,6 +306,7 @@ GEM rspec-support (3.10.3) ruby-vips (2.1.4) ffi (~> 1.12) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (2.3.2) sass (3.5.6) @@ -336,6 +348,9 @@ GEM actionpack (>= 3.1) railties (>= 3.1) slim (~> 3.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -362,6 +377,7 @@ GEM uglifier (4.1.10) execjs (>= 0.3.0, < 3) vcr (6.0.0) + version_gem (1.1.1) warden (1.2.8) rack (>= 2.0.6) webmock (3.14.0)