Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Bump omniauth from 1.7.1 to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Aug 6, 2018
1 parent a6bf0cb commit 07b7cb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.8.1' # 1.2.2 breaks test sign_in
gem 'omniauth-shibboleth', '~> 1.2.1'
gem 'equivalent-xml', '~> 0.6.0'

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

0 comments on commit 07b7cb6

Please sign in to comment.