Skip to content

Commit

Permalink
Update example app deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Oct 19, 2020
1 parent eb3b9ca commit a77cdbe
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions example/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -59,4 +60,4 @@ DEPENDENCIES
sinatra-reloader

BUNDLED WITH
1.17.2
1.17.3

0 comments on commit a77cdbe

Please sign in to comment.