Codebase list ruby-omniauth-facebook / 0bb7f29
update example deps Mark Dodwell 7 years ago
1 changed file(s) with 24 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
00 PATH
11 remote: ../
22 specs:
3 omniauth-facebook (2.0.0)
3 omniauth-facebook (3.0.0)
44 omniauth-oauth2 (~> 1.2)
55
66 GEM
77 remote: https://rubygems.org/
88 specs:
9 backports (3.3.5)
10 faraday (0.9.0)
9 backports (3.6.8)
10 faraday (0.9.2)
1111 multipart-post (>= 1.2, < 3)
12 hashie (3.2.0)
13 jwt (1.0.0)
14 multi_json (1.8.2)
12 hashie (3.4.4)
13 jwt (1.5.1)
14 multi_json (1.12.1)
1515 multi_xml (0.5.5)
1616 multipart-post (2.0.0)
17 oauth2 (1.0.0)
17 oauth2 (1.1.0)
1818 faraday (>= 0.8, < 0.10)
19 jwt (~> 1.0)
19 jwt (~> 1.0, < 1.5.2)
2020 multi_json (~> 1.3)
2121 multi_xml (~> 0.5)
22 rack (~> 1.2)
23 omniauth (1.2.2)
22 rack (>= 1.2, < 3)
23 omniauth (1.3.1)
2424 hashie (>= 1.2, < 4)
25 rack (~> 1.0)
26 omniauth-oauth2 (1.2.0)
27 faraday (>= 0.8, < 0.10)
28 multi_json (~> 1.3)
25 rack (>= 1.0, < 3)
26 omniauth-oauth2 (1.4.0)
2927 oauth2 (~> 1.0)
3028 omniauth (~> 1.2)
31 rack (1.5.2)
32 rack-protection (1.5.1)
29 rack (1.6.4)
30 rack-protection (1.5.3)
3331 rack
34 rack-test (0.6.2)
32 rack-test (0.6.3)
3533 rack (>= 1.0)
36 sinatra (1.4.4)
37 rack (~> 1.4)
34 sinatra (1.4.7)
35 rack (~> 1.5)
3836 rack-protection (~> 1.4)
39 tilt (~> 1.3, >= 1.3.4)
40 sinatra-contrib (1.4.2)
37 tilt (>= 1.3, < 3)
38 sinatra-contrib (1.4.7)
4139 backports (>= 2.0)
4240 multi_json
4341 rack-protection
4442 rack-test
4543 sinatra (~> 1.4.0)
46 tilt (~> 1.3)
44 tilt (>= 1.3, < 3)
4745 sinatra-reloader (1.0)
4846 sinatra-contrib
49 tilt (1.4.1)
47 tilt (2.0.5)
5048
5149 PLATFORMS
5250 ruby
5553 omniauth-facebook!
5654 sinatra
5755 sinatra-reloader
56
57 BUNDLED WITH
58 1.12.5