Skip to content

Commit

Permalink
Reverts Omniauth to sub v2. (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatson78 authored Mar 14, 2023
1 parent 4605476 commit e057c88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ gem 'honeybadger', '~> 4.0'
gem 'jbuilder', '~> 2.5'
gem 'jquery-rails'
gem 'mysql2', '~> 0.5'
gem 'omniauth', '< 2'
# Use shibboleth for user authentication
gem 'omniauth-shibboleth', '~> 1.3'
# Use Puma as the app server
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1103,10 +1103,9 @@ GEM
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
omniauth (2.1.0)
omniauth (1.9.2)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
rack (>= 1.6.2, < 3)
omniauth-shibboleth (1.3.0)
omniauth (>= 1.0.0)
orm_adapter (0.5.0)
Expand All @@ -1125,8 +1124,8 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.3)
rack-protection (2.2.0)
rack (2.2.6.4)
rack-protection (3.0.5)
rack
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -1366,6 +1365,7 @@ DEPENDENCIES
jquery-rails
listen (>= 3.0.5, < 3.2)
mysql2 (~> 0.5)
omniauth (< 2)
omniauth-shibboleth (~> 1.3)
pry
pry-byebug
Expand Down

0 comments on commit e057c88

Please sign in to comment.