From 5b104be9c6a9cb0f5cc665b181821099c151c4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:02:19 +0000 Subject: [PATCH] Bump omniauth from 1.6.1 to 1.9.2 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.6.1 to 1.9.2. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.6.1...v1.9.2) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 9ec5632..72ccd40 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'turbolinks', '~> 5' gem 'jbuilder', '~> 2.5' # Auth0 -gem 'omniauth', '~> 1.6.1' +gem 'omniauth', '~> 1.9.2' gem 'omniauth-auth0', '~> 2.0.0' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 5773b02..3d6995f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM ffi (1.11.1) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (3.5.7) + hashie (5.0.0) i18n (1.6.0) concurrent-ruby (~> 1.0) io-like (0.3.0) @@ -100,7 +100,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) @@ -117,8 +119,8 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.6.1) - hashie (>= 3.4.6, < 3.6.0) + omniauth (1.9.2) + hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-auth0 (2.0.0) omniauth-oauth2 (~> 1.4) @@ -128,7 +130,7 @@ GEM pg (1.1.4) public_suffix (3.1.1) puma (3.12.1) - rack (2.0.7) + rack (2.2.4) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.3) @@ -219,7 +221,7 @@ DEPENDENCIES coffee-rails (~> 4.2) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) - omniauth (~> 1.6.1) + omniauth (~> 1.9.2) omniauth-auth0 (~> 2.0.0) pg (>= 0.18, < 2.0) puma (~> 3.11)