From 44e1f9df2f5df5e8432dc92ce7afba26ea6e5d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:18:53 +0000 Subject: [PATCH] Bump omniauth from 1.3.1 to 2.0.4 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.3.1 to 2.0.4. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.3.1...v2.0.4) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 86 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 36 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5876c21..157186b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,50 +37,60 @@ GEM thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) arel (6.0.3) - builder (3.2.2) - concurrent-ruby (1.0.2) + builder (3.2.4) + concurrent-ruby (1.1.10) + crass (1.0.6) erubis (2.7.0) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) + faraday (2.5.2) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) globalid (0.3.7) activesupport (>= 4.1.0) - hashie (3.4.6) - i18n (0.7.0) - json (1.8.3) + hashie (5.0.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + json (1.8.6) jwt (1.5.6) - loofah (2.0.3) + loofah (2.18.0) + crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.6.4) mime-types (>= 1.16, < 4) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.1.0) - minitest (5.10.1) - multi_json (1.12.1) - multi_xml (0.5.5) - multipart-post (2.0.0) - nokogiri (1.6.8.1) - mini_portile2 (~> 2.1.0) - oauth2 (1.2.0) - faraday (>= 0.8, < 0.10) - jwt (~> 1.0) - multi_json (~> 1.3) + mini_portile2 (2.8.0) + minitest (5.16.3) + multi_json (1.15.0) + multi_xml (0.6.0) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + oauth2 (2.0.7) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.3.1) - hashie (>= 1.2, < 4) - rack (>= 1.0, < 3) + rash_alt (>= 0.4, < 1) + version_gem (~> 1.1) + omniauth (2.0.4) + hashie (>= 3.4.6) + rack (>= 1.6.2, < 3) + rack-protection omniauth-google-oauth2 (0.4.1) jwt (~> 1.5.2) multi_json (~> 1.3) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.3.1) - omniauth-oauth2 (1.4.0) - oauth2 (~> 1.0) - omniauth (~> 1.2) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) pg (0.18.1) - rack (1.6.5) + racc (1.6.0) + rack (1.6.13) + rack-protection (2.2.2) + rack rack-test (0.6.3) rack (>= 1.0) rails (4.2.0) @@ -94,32 +104,36 @@ GEM bundler (>= 1.3.0, < 2.0) railties (= 4.2.0) sprockets-rails - rails-deprecated_sanitizer (1.0.3) + rails-deprecated_sanitizer (1.0.4) activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.7) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6.0) + rails-dom-testing (1.0.9) + activesupport (>= 4.2.0, < 5.0) + nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) + rails-html-sanitizer (1.4.3) + loofah (~> 2.3) railties (4.2.0) actionpack (= 4.2.0) activesupport (= 4.2.0) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (11.3.0) - sprockets (3.7.0) + rash_alt (0.4.12) + hashie (>= 3.4) + ruby2_keywords (0.0.5) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.0) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.12) thor (0.19.4) - thread_safe (0.3.5) - tzinfo (1.2.2) + thread_safe (0.3.6) + tzinfo (1.2.10) thread_safe (~> 0.1) + version_gem (1.1.0) PLATFORMS ruby