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

41 lines
743 B
Text
Raw Normal View History

2012-01-06 00:57:53 -05:00
PATH
remote: ../
specs:
2012-05-06 00:39:11 -04:00
omniauth-facebook (1.3.0)
omniauth-oauth2 (~> 1.0.2)
2012-01-06 00:57:53 -05:00
GEM
remote: http://rubygems.org/
specs:
faraday (0.8.0)
2012-02-24 03:29:29 -05:00
multipart-post (~> 1.1)
2012-01-06 00:57:53 -05:00
hashie (1.2.0)
httpauth (0.1)
multi_json (1.3.4)
2012-02-24 03:29:29 -05:00
multipart-post (1.1.5)
oauth2 (0.6.1)
2012-01-06 00:57:53 -05:00
faraday (~> 0.7)
httpauth (~> 0.1)
multi_json (~> 1.3)
omniauth (1.1.0)
2012-01-06 00:57:53 -05:00
hashie (~> 1.2)
rack
omniauth-oauth2 (1.0.2)
oauth2 (~> 0.6.0)
2012-01-06 00:57:53 -05:00
omniauth (~> 1.0)
rack (1.4.1)
2012-01-06 00:57:53 -05:00
rack-protection (1.2.0)
rack
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
tilt (1.3.3)
PLATFORMS
ruby
DEPENDENCIES
omniauth-facebook!
sinatra