From 9686264273416fb1e9102e4a2bf588400d795d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:09:17 +0000 Subject: [PATCH] Bump omniauth from 1.9.2 to 2.0.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.2 to 2.0.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.2...v2.0.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index fcce48212b..cf672081fe 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'iiif-presentation', git: 'https://github.com/benwbrum/osullivan', branch: ' gem 'omniauth-saml' gem 'omniauth-google-oauth2' gem 'omniauth-multi-provider', '~> 0.2.1' -gem 'omniauth', '~> 1.9.2' +gem 'omniauth', '~> 2.0.0' gem 'rack-reverse-proxy', :require => 'rack/reverse_proxy' diff --git a/Gemfile.lock b/Gemfile.lock index 7415469a9f..915d8a3ef8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -340,22 +340,23 @@ GEM oink (0.10.1) activerecord hodel_3000_compliant_logger - omniauth (1.9.2) + omniauth (2.0.0) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) - omniauth-google-oauth2 (0.8.2) + rack-protection + omniauth-google-oauth2 (1.0.1) jwt (>= 2.0) oauth2 (~> 1.1) - omniauth (~> 1.1) - omniauth-oauth2 (>= 1.6) + omniauth (~> 2.0) + omniauth-oauth2 (~> 1.7.1) omniauth-multi-provider (0.2.1) omniauth omniauth-oauth2 (1.7.3) oauth2 (>= 1.4, < 3) omniauth (>= 1.9, < 3) - omniauth-saml (1.10.3) - omniauth (~> 1.3, >= 1.3.2) - ruby-saml (~> 1.9) + omniauth-saml (2.1.0) + omniauth (~> 2.0) + ruby-saml (~> 1.12) onebox (2.2.19) addressable (~> 2.8.0) htmlentities (~> 4.3) @@ -387,6 +388,8 @@ GEM rack (~> 2.0) rack-mini-profiler (3.0.0) rack (>= 1.2.0) + rack-protection (3.0.5) + rack rack-proxy (0.7.2) rack rack-reverse-proxy (0.12.0) @@ -638,7 +641,7 @@ DEPENDENCIES newrelic_rpm nokogiri oink - omniauth (~> 1.9.2) + omniauth (~> 2.0.0) omniauth-google-oauth2 omniauth-multi-provider (~> 0.2.1) omniauth-saml