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)