Skip to content

Commit

Permalink
Fixes issue #2937: Bumped omniauth-github to 1.4.0 (Please use the Au…
Browse files Browse the repository at this point in the history
…thorization HTTP header instead as using the access_token query parameter is deprecated and will be removed July 1st, 2020.).
  • Loading branch information
thorsteneckel committed Feb 18, 2020
1 parent f152263 commit 03164b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -195,7 +195,7 @@ GEM
railties (>= 4.2.0)
faker (1.9.3)
i18n (>= 0.7)
faraday (0.15.4)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
Expand Down Expand Up @@ -257,7 +257,7 @@ GEM
interception (0.5)
jaro_winkler (1.5.3)
json (2.2.0)
jwt (2.1.0)
jwt (2.2.1)
kgio (2.11.2)
koala (3.0.0)
addressable
Expand Down Expand Up @@ -291,7 +291,7 @@ GEM
libv8 (>= 6.3)
minitest (5.13.0)
msgpack (1.2.4)
multi_json (1.13.1)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
mysql2 (0.4.10)
Expand All @@ -308,8 +308,8 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
oauth (0.5.4)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
oauth2 (1.4.4)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
Expand All @@ -321,7 +321,7 @@ GEM
rack (>= 1.6.2, < 3)
omniauth-facebook (5.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-github (1.3.0)
omniauth-github (1.4.0)
omniauth (~> 1.5)
omniauth-oauth2 (>= 1.4.0, < 2.0)
omniauth-gitlab (2.0.0)
Expand Down Expand Up @@ -378,7 +378,7 @@ GEM
pry (>= 0.9.11)
public_suffix (3.0.3)
puma (3.12.2)
rack (2.0.8)
rack (2.2.2)
rack-livereload (0.3.17)
rack
rack-test (1.1.0)
Expand Down

0 comments on commit 03164b2

Please sign in to comment.