From 99d734aa2cc045812f160157b320b4ce56eeeb62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 Aug 2018 16:24:30 +0000 Subject: [PATCH] Bump omniauth-shibboleth from 1.2.1 to 1.3.0 Bumps [omniauth-shibboleth](https://github.com/toyokazu/omniauth-shibboleth) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/toyokazu/omniauth-shibboleth/releases) - [Commits](https://github.com/toyokazu/omniauth-shibboleth/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 434f8b3cb..2d8034e12 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'activerecord-postgresql-adapter' gem 'devise', '~> 3.5.5' gem 'omniauth', '~> 1.7.1' # 1.2.2 breaks test sign_in -gem 'omniauth-shibboleth', '~> 1.2.1' +gem 'omniauth-shibboleth', '~> 1.3.0' gem 'equivalent-xml', '~> 0.6.0' gem 'jquery-rails', '~> 4.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 189427449..e46164452 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) @@ -244,7 +244,7 @@ GEM omniauth (1.7.1) hashie (>= 3.4.6, < 3.6.0) rack (>= 1.6.2, < 3) - omniauth-shibboleth (1.2.1) + omniauth-shibboleth (1.3.0) omniauth (>= 1.0.0) orm_adapter (0.5.0) parallel (1.12.1) @@ -462,7 +462,7 @@ DEPENDENCIES newrelic_rpm (= 5.3.0.346) nokogiri (= 1.8.4) omniauth (~> 1.7.1) - omniauth-shibboleth (~> 1.2.1) + omniauth-shibboleth (~> 1.3.0) pg (~> 0.18.2) poltergeist (= 1.15.0) pry (~> 0.10.4)