Skip to content

Commit

Permalink
downgrade OAuth2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cain committed Aug 15, 2023
1 parent 3cb7f77 commit 0aa9cce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'jbuilder'
gem 'jquery-rails'
gem 'mysql2'
gem 'omniauth', '~> 1.9'
gem 'omniauth-oauth2'
gem 'omniauth-oauth2', '~> 1.3.1'
gem 'puma', '~> 5.0'
gem 'rails', '~> 7.0.6'
gem 'rsolr', '>= 1.0', '< 3'
Expand Down
18 changes: 7 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ GEM
minitar (0.9)
minitest (5.19.0)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
mysql2 (0.5.5)
net-http-persistent (4.0.2)
Expand All @@ -310,19 +311,18 @@ GEM
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
omniauth (1.9.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.7.3)
oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3)
omniauth-oauth2 (1.3.1)
oauth2 (~> 1.0)
omniauth (~> 1.2)
orm_adapter (0.5.0)
ostruct (0.5.5)
parallel (1.23.0)
Expand Down Expand Up @@ -455,9 +455,6 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
solr_wrapper (4.0.2)
http
minitar
Expand Down Expand Up @@ -494,7 +491,6 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
version_gem (1.1.3)
view_component (2.82.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -537,7 +533,7 @@ DEPENDENCIES
jquery-rails
mysql2
omniauth (~> 1.9)
omniauth-oauth2
omniauth-oauth2 (~> 1.3.1)
puma (~> 5.0)
rails (~> 7.0.6)
rsolr (>= 1.0, < 3)
Expand Down

0 comments on commit 0aa9cce

Please sign in to comment.