Fixes issue #2937: Bumped omniauth-github to 1.4.0 (Please use the Authorization HTTP header instead as using the access_token query parameter is deprecated and will be removed July 1st, 2020.).

This commit is contained in:
Thorsten Eckel 2020-02-18 11:19:04 +01:00
parent f15226301a
commit 03164b26a7

View file

@ -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)
@ -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
@ -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)
@ -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)
@ -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)
@ -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)