Skip to content

Commit

Permalink
Merge pull request #3713 from zendesk/grosser/token
Browse files Browse the repository at this point in the history
bump omniauth-github to stop sending access-token via query params
  • Loading branch information
grosser committed Feb 5, 2020
2 parents 925b687 + bc40d2f commit 37f5195
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Expand Up @@ -349,7 +349,7 @@ GEM
thor (>= 0.16.0)
jmespath (1.4.0)
json (2.1.0)
jwt (2.1.0)
jwt (2.2.1)
kubeclient (4.0.0)
http (~> 3.0)
recursive-open-struct (~> 1.0, >= 1.0.4)
Expand Down Expand Up @@ -387,9 +387,9 @@ GEM
momentjs-rails (2.20.1)
railties (>= 3.1)
msgpack (1.3.1)
multi_json (1.13.1)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
multipart-post (2.1.1)
mysql2 (0.5.2)
net-http-persistent (2.9.4)
net-ldap (0.16.1)
Expand All @@ -399,8 +399,8 @@ GEM
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
oauth (0.5.3)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
oauth2 (1.4.3)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
Expand All @@ -414,9 +414,9 @@ GEM
multi_json (~> 1.7)
omniauth (~> 1.1)
omniauth-oauth (~> 1.0)
omniauth-github (1.1.2)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1)
omniauth-github (1.3.0)
omniauth (~> 1.5)
omniauth-oauth2 (>= 1.4.0, < 2.0)
omniauth-gitlab (1.0.2)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.0)
Expand Down Expand Up @@ -464,7 +464,7 @@ GEM
puma (4.3.1)
nio4r (~> 2.0)
pyu-ruby-sasl (0.0.3.3)
rack (2.0.8)
rack (2.1.2)
rack-mini-profiler (1.1.4)
rack (>= 1.2.0)
rack-test (1.1.0)
Expand Down

0 comments on commit 37f5195

Please sign in to comment.