mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
bump example gemfile
This commit is contained in:
parent
07a0bcb082
commit
b8bfbbac52
1 changed files with 10 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
omniauth-facebook (2.0.0.pre1)
|
||||
omniauth-oauth2 (~> 1.1)
|
||||
omniauth-facebook (2.0.0)
|
||||
omniauth-oauth2 (~> 1.2)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
@ -10,25 +10,24 @@ GEM
|
|||
backports (3.3.5)
|
||||
faraday (0.9.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
hashie (2.1.1)
|
||||
jwt (0.1.13)
|
||||
multi_json (>= 1.5)
|
||||
hashie (3.2.0)
|
||||
jwt (1.0.0)
|
||||
multi_json (1.8.2)
|
||||
multi_xml (0.5.5)
|
||||
multipart-post (2.0.0)
|
||||
oauth2 (0.9.3)
|
||||
oauth2 (1.0.0)
|
||||
faraday (>= 0.8, < 0.10)
|
||||
jwt (~> 0.1.8)
|
||||
jwt (~> 1.0)
|
||||
multi_json (~> 1.3)
|
||||
multi_xml (~> 0.5)
|
||||
rack (~> 1.2)
|
||||
omniauth (1.2.1)
|
||||
hashie (>= 1.2, < 3)
|
||||
omniauth (1.2.2)
|
||||
hashie (>= 1.2, < 4)
|
||||
rack (~> 1.0)
|
||||
omniauth-oauth2 (1.1.2)
|
||||
omniauth-oauth2 (1.2.0)
|
||||
faraday (>= 0.8, < 0.10)
|
||||
multi_json (~> 1.3)
|
||||
oauth2 (~> 0.9.3)
|
||||
oauth2 (~> 1.0)
|
||||
omniauth (~> 1.2)
|
||||
rack (1.5.2)
|
||||
rack-protection (1.5.1)
|
||||
|
|
Loading…
Reference in a new issue