Update oauth2 gem.

Fixes a critical bug introduced in oauth2 1.4.5 that caused the Pawoo
source strategy to fail.
This commit is contained in:
evazion
2021-03-19 16:49:14 -05:00
parent 737f4ffcf7
commit 92225177a8

View File

@@ -298,9 +298,9 @@ GEM
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogumbo (2.0.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
oauth2 (1.4.5)
oauth2 (1.4.7)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)