Codebase list ruby-omniauth-facebook / 4abaa66
Bump example/Gemfile.lock and use secure source for example/Gemfile. [ci skip] Josef Šimánek 10 years ago
2 changed file(s) with 16 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
0 source :rubygems
0 source 'https://rubygems.org'
11
22 gem 'sinatra'
33 gem 'omniauth-facebook', :path => '../'
00 PATH
11 remote: ../
22 specs:
3 omniauth-facebook (1.4.1)
4 omniauth-oauth2 (~> 1.1.0)
3 omniauth-facebook (1.5.1)
4 omniauth-oauth2 (~> 1.1)
55
66 GEM
7 remote: http://rubygems.org/
7 remote: https://rubygems.org/
88 specs:
9 faraday (0.8.1)
10 multipart-post (~> 1.1)
11 hashie (1.2.0)
12 httpauth (0.1)
13 json (1.7.3)
14 jwt (0.1.4)
15 json (>= 1.2.4)
16 multi_json (1.3.6)
17 multipart-post (1.1.5)
18 oauth2 (0.8.0)
9 faraday (0.8.8)
10 multipart-post (~> 1.2.0)
11 hashie (2.0.5)
12 httpauth (0.2.0)
13 jwt (0.1.8)
14 multi_json (>= 1.5)
15 multi_json (1.8.2)
16 multipart-post (1.2.0)
17 oauth2 (0.8.1)
1918 faraday (~> 0.8)
2019 httpauth (~> 0.1)
2120 jwt (~> 0.1.4)
2221 multi_json (~> 1.0)
2322 rack (~> 1.2)
24 omniauth (1.1.0)
25 hashie (~> 1.2)
23 omniauth (1.1.4)
24 hashie (>= 1.2, < 3)
2625 rack
27 omniauth-oauth2 (1.1.0)
26 omniauth-oauth2 (1.1.1)
2827 oauth2 (~> 0.8.0)
2928 omniauth (~> 1.0)
3029 rack (1.4.1)