From 07b7cb63d1b7921ecf1351ce4a211355bab51c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 Aug 2018 16:23:39 +0000 Subject: [PATCH] Bump omniauth from 1.7.1 to 1.8.1 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.7.1 to 1.8.1. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.7.1...v1.8.1) --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 434f8b3cb..17b40475e 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.8.1' # 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 189427449..76979b61b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,7 +155,7 @@ GEM ffi (1.9.10) globalid (0.4.1) activesupport (>= 4.2.0) - hashie (3.5.6) + hashie (3.5.7) hike (1.2.3) hooks (0.3.6) uber (~> 0.0.4) @@ -241,7 +241,7 @@ GEM mediashelf-loggable nokogiri (>= 1.4.2) solrizer (~> 3.1.0) - omniauth (1.7.1) + omniauth (1.8.1) hashie (>= 3.4.6, < 3.6.0) rack (>= 1.6.2, < 3) omniauth-shibboleth (1.2.1) @@ -461,7 +461,7 @@ DEPENDENCIES minitest (~> 5.10.2) newrelic_rpm (= 5.3.0.346) nokogiri (= 1.8.4) - omniauth (~> 1.7.1) + omniauth (~> 1.8.1) omniauth-shibboleth (~> 1.2.1) pg (~> 0.18.2) poltergeist (= 1.15.0)