Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down