1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

Bump example/Gemfile.lock and use secure source for example/Gemfile. [ci skip]

This commit is contained in:
Josef Šimánek 2013-12-03 03:49:46 +01:00
parent f25fad4ef9
commit 4abaa66604
2 changed files with 16 additions and 17 deletions

View file

@ -1,4 +1,4 @@
source :rubygems source 'https://rubygems.org'
gem 'sinatra' gem 'sinatra'
gem 'omniauth-facebook', :path => '../' gem 'omniauth-facebook', :path => '../'

View file

@ -1,31 +1,30 @@
PATH PATH
remote: ../ remote: ../
specs: specs:
omniauth-facebook (1.4.1) omniauth-facebook (1.5.1)
omniauth-oauth2 (~> 1.1.0) omniauth-oauth2 (~> 1.1)
GEM GEM
remote: http://rubygems.org/ remote: https://rubygems.org/
specs: specs:
faraday (0.8.1) faraday (0.8.8)
multipart-post (~> 1.1) multipart-post (~> 1.2.0)
hashie (1.2.0) hashie (2.0.5)
httpauth (0.1) httpauth (0.2.0)
json (1.7.3) jwt (0.1.8)
jwt (0.1.4) multi_json (>= 1.5)
json (>= 1.2.4) multi_json (1.8.2)
multi_json (1.3.6) multipart-post (1.2.0)
multipart-post (1.1.5) oauth2 (0.8.1)
oauth2 (0.8.0)
faraday (~> 0.8) faraday (~> 0.8)
httpauth (~> 0.1) httpauth (~> 0.1)
jwt (~> 0.1.4) jwt (~> 0.1.4)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.2) rack (~> 1.2)
omniauth (1.1.0) omniauth (1.1.4)
hashie (~> 1.2) hashie (>= 1.2, < 3)
rack rack
omniauth-oauth2 (1.1.0) omniauth-oauth2 (1.1.1)
oauth2 (~> 0.8.0) oauth2 (~> 0.8.0)
omniauth (~> 1.0) omniauth (~> 1.0)
rack (1.4.1) rack (1.4.1)