Commit e74d29e3 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason

Update oauth2 to 1.4.4 fixing faraday constraint

Fixes an unsatisfiable constraint in the Gemfile.lock at the moment,
where oauth2 wants < 0.16.0 but we are already at 0.17.3
parent 5e5fba29
......@@ -662,8 +662,8 @@ GEM
shellany (~> 0.0)
numerizer (0.2.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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment