Codebase list ruby-omniauth-facebook / 60baed8
Update example's Gemfile.lock. Josef Šimánek 9 years ago
1 changed file(s) with 18 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
00 PATH
11 remote: ../
22 specs:
3 omniauth-facebook (1.6.0.rc1)
3 omniauth-facebook (1.6.0)
44 omniauth-oauth2 (~> 1.1)
55
66 GEM
77 remote: https://rubygems.org/
88 specs:
99 backports (3.3.5)
10 faraday (0.8.8)
11 multipart-post (~> 1.2.0)
10 faraday (0.9.0)
11 multipart-post (>= 1.2, < 3)
1212 hashie (2.0.5)
13 httpauth (0.2.0)
14 jwt (0.1.8)
13 jwt (0.1.11)
1514 multi_json (>= 1.5)
1615 multi_json (1.8.2)
17 multipart-post (1.2.0)
18 oauth2 (0.8.1)
19 faraday (~> 0.8)
20 httpauth (~> 0.1)
21 jwt (~> 0.1.4)
22 multi_json (~> 1.0)
16 multi_xml (0.5.5)
17 multipart-post (2.0.0)
18 oauth2 (0.9.3)
19 faraday (>= 0.8, < 0.10)
20 jwt (~> 0.1.8)
21 multi_json (~> 1.3)
22 multi_xml (~> 0.5)
2323 rack (~> 1.2)
24 omniauth (1.1.4)
24 omniauth (1.2.1)
2525 hashie (>= 1.2, < 3)
26 rack
27 omniauth-oauth2 (1.1.1)
28 oauth2 (~> 0.8.0)
29 omniauth (~> 1.0)
26 rack (~> 1.0)
27 omniauth-oauth2 (1.1.2)
28 faraday (>= 0.8, < 0.10)
29 multi_json (~> 1.3)
30 oauth2 (~> 0.9.3)
31 omniauth (~> 1.2)
3032 rack (1.5.2)
3133 rack-protection (1.5.1)
3234 rack