Skip to content

Commit

Permalink
Force omniauth-oauth2 version to 1.4.7 (#973)
Browse files Browse the repository at this point in the history
* reverted to 1.4.11

* set hard omniauth-oauth2 version
  • Loading branch information
brennen-stripe authored Jan 10, 2023
1 parent 3bb0dbf commit 4d745c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gem 'aws-sdk-kms', '~> 1.42.0'
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
gem 'omniauth-salesforce', github: 'accel-com/omniauth-salesforce'
gem 'omniauth-stripe'
gem 'omniauth-oauth2', '1.7.2'
gem 'rack-attack', '~> 6.6.1'

# translation
Expand Down
14 changes: 5 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -216,19 +216,18 @@ GEM
racc (~> 1.4)
nokogiri (1.13.10-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 (2.1.0)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth-oauth2 (1.7.3)
oauth2 (>= 1.4, < 3)
omniauth-oauth2 (1.7.2)
oauth2 (~> 1.4)
omniauth (>= 1.9, < 3)
omniauth-rails_csrf_protection (1.0.1)
actionpack (>= 4.2)
Expand Down Expand Up @@ -388,9 +387,6 @@ GEM
rack-protection (= 2.2.3)
tilt (~> 2.0)
slop (3.6.0)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
sorbet (0.5.10477)
sorbet-static (= 0.5.10477)
sorbet-coerce (0.7.0)
Expand Down Expand Up @@ -426,7 +422,6 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
version_gem (1.1.1)
webdrivers (5.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
Expand Down Expand Up @@ -468,6 +463,7 @@ DEPENDENCIES
mocha (~> 1.15)
nokogiri (>= 1.13.10)
omniauth (~> 2.1.0)
omniauth-oauth2 (= 1.7.2)
omniauth-rails_csrf_protection (~> 1.0.1)
omniauth-salesforce!
omniauth-stripe
Expand Down

0 comments on commit 4d745c0

Please sign in to comment.