Update example app deps.

This commit is contained in:
Josef Šimánek 2020-10-20 00:12:06 +02:00
parent eb3b9ca7f9
commit a77cdbec5e
No known key found for this signature in database
GPG Key ID: 375E76A19719F67B
1 changed files with 12 additions and 11 deletions

View File

@ -1,35 +1,36 @@
PATH
remote: ..
specs:
omniauth-facebook (6.0.0)
omniauth-facebook (8.0.0)
omniauth-oauth2 (~> 1.2)
GEM
remote: https://rubygems.org/
specs:
backports (3.15.0)
faraday (1.0.0)
faraday (1.1.0)
multipart-post (>= 1.2, < 3)
hashie (3.6.0)
jwt (2.2.1)
ruby2_keywords
hashie (4.1.0)
jwt (2.2.2)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
oauth2 (1.4.2)
oauth2 (1.4.4)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.9.0)
hashie (>= 3.4.6, < 3.7.0)
omniauth (1.9.1)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.6.0)
oauth2 (~> 1.1)
omniauth-oauth2 (1.7.0)
oauth2 (~> 1.4)
omniauth (~> 1.9)
rack (2.1.1)
rack (2.2.3)
rack-protection (2.0.8.1)
rack
ruby2_keywords (0.0.2)
@ -59,4 +60,4 @@ DEPENDENCIES
sinatra-reloader
BUNDLED WITH
1.17.2
1.17.3