From 6240d90e4a2b10c776ce10ac07991314f588f970 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 17:25:59 +0000 Subject: [PATCH] Bump omniauth from 1.7.1 to 1.9.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.7.1 to 1.9.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.7.1...v1.9.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 2528587f..29b38908 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'pg', '~> 0.18.2' gem 'activerecord-postgresql-adapter' gem 'devise', '~> 3.5.5' -gem 'omniauth', '~> 1.7.1' # 1.2.2 breaks test sign_in +gem 'omniauth', '~> 1.9.0' # 1.2.2 breaks test sign_in gem 'omniauth-shibboleth', '~> 1.2.1' gem 'equivalent-xml', '~> 0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index db0d34ed..0daf2cbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,7 @@ GEM ffi (1.11.1) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (3.5.6) + hashie (3.6.0) hike (1.2.3) honeycomb-beeline (1.0.0) libhoney (~> 1.8) @@ -255,8 +255,8 @@ GEM mediashelf-loggable nokogiri (>= 1.4.2) solrizer (~> 3.1.0) - omniauth (1.7.1) - hashie (>= 3.4.6, < 3.6.0) + omniauth (1.9.0) + hashie (>= 3.4.6, < 3.7.0) rack (>= 1.6.2, < 3) omniauth-shibboleth (1.2.1) omniauth (>= 1.0.0) @@ -287,7 +287,7 @@ GEM nokogiri (~> 1.6) rails (>= 4.2.0, < 6.0) rdf - rack (1.6.11) + rack (1.6.13) rack-dev-mark (0.7.5) rack (>= 1.1) rack-test (0.6.3) @@ -483,7 +483,7 @@ DEPENDENCIES logstash-event (= 1.2.02) minitest (~> 5.10.2) nokogiri (= 1.10.8) - omniauth (~> 1.7.1) + omniauth (~> 1.9.0) omniauth-shibboleth (~> 1.2.1) pg (~> 0.18.2) poltergeist (= 1.15.0)