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

60 lines
1.2 KiB
Text
Raw Normal View History

2012-01-06 00:57:53 -05:00
PATH
remote: ../
specs:
2014-01-22 03:05:37 -05:00
omniauth-facebook (1.6.0)
omniauth-oauth2 (~> 1.1)
2012-01-06 00:57:53 -05:00
GEM
remote: https://rubygems.org/
2012-01-06 00:57:53 -05:00
specs:
backports (3.3.5)
2014-01-22 03:05:37 -05:00
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
hashie (2.0.5)
2014-01-22 03:05:37 -05:00
jwt (0.1.11)
multi_json (>= 1.5)
multi_json (1.8.2)
2014-01-22 03:05:37 -05:00
multi_xml (0.5.5)
multipart-post (2.0.0)
oauth2 (0.9.3)
faraday (>= 0.8, < 0.10)
jwt (~> 0.1.8)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
2014-01-22 03:05:37 -05:00
omniauth (1.2.1)
hashie (>= 1.2, < 3)
2014-01-22 03:05:37 -05:00
rack (~> 1.0)
omniauth-oauth2 (1.1.2)
faraday (>= 0.8, < 0.10)
multi_json (~> 1.3)
oauth2 (~> 0.9.3)
omniauth (~> 1.2)
2013-12-03 03:35:06 -05:00
rack (1.5.2)
rack-protection (1.5.1)
2012-01-06 00:57:53 -05:00
rack
rack-test (0.6.2)
rack (>= 1.0)
2013-12-03 03:35:06 -05:00
sinatra (1.4.4)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sinatra-contrib (1.4.2)
backports (>= 2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (~> 1.3)
sinatra-reloader (1.0)
sinatra-contrib
2013-12-03 03:35:06 -05:00
tilt (1.4.1)
2012-01-06 00:57:53 -05:00
PLATFORMS
ruby
DEPENDENCIES
omniauth-facebook!
sinatra
sinatra-reloader