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

Commit

Permalink
Update omniauth gem
Browse files Browse the repository at this point in the history
  • Loading branch information
VivianChu committed Oct 25, 2017
1 parent 1df40cd commit b82d788
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'sitemap_generator', '~> 5.3.1'
gem 'sqlite3', '~> 1.3.13'

gem 'devise', '~> 3.5.5'
gem 'omniauth', '~> 1.3.1' # 1.2.2 breaks test sign_in
gem 'omniauth', '~> 1.7.1' # 1.2.2 breaks test sign_in
gem 'omniauth-shibboleth', '~> 1.2.1'
gem 'equivalent-xml', '~> 0.6.0'

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
ffi (1.9.10)
globalid (0.3.7)
activesupport (>= 4.1.0)
hashie (3.4.3)
hashie (3.5.6)
hike (1.2.3)
hooks (0.3.6)
uber (~> 0.0.4)
Expand Down Expand Up @@ -232,9 +232,9 @@ GEM
mediashelf-loggable
nokogiri (>= 1.4.2)
solrizer (~> 3.1.0)
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth (1.7.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-shibboleth (1.2.1)
omniauth (>= 1.0.0)
orm_adapter (0.5.0)
Expand All @@ -260,7 +260,7 @@ GEM
nokogiri (~> 1.6)
rails (>= 4.2.0, < 6.0)
rdf
rack (1.6.7)
rack (1.6.8)
rack-dev-mark (0.7.5)
rack (>= 1.1)
rack-test (0.6.3)
Expand Down Expand Up @@ -461,7 +461,7 @@ DEPENDENCIES
minitest (~> 5.10.2)
newrelic_rpm (= 4.1.0.333)
nokogiri (= 1.8.1)
omniauth (~> 1.3.1)
omniauth (~> 1.7.1)
omniauth-shibboleth (~> 1.2.1)
poltergeist (= 1.15.0)
pry (~> 0.10.4)
Expand Down

0 comments on commit b82d788

Please sign in to comment.