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
|
PATH
|
||||||
remote: ../
|
remote: ../
|
||||||
specs:
|
specs:
|
||||||
omniauth-facebook (2.0.0.pre1)
|
omniauth-facebook (2.0.0)
|
||||||
omniauth-oauth2 (~> 1.1)
|
omniauth-oauth2 (~> 1.2)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
@ -10,25 +10,24 @@ GEM
|
||||||
backports (3.3.5)
|
backports (3.3.5)
|
||||||
faraday (0.9.0)
|
faraday (0.9.0)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
hashie (2.1.1)
|
hashie (3.2.0)
|
||||||
jwt (0.1.13)
|
jwt (1.0.0)
|
||||||
multi_json (>= 1.5)
|
|
||||||
multi_json (1.8.2)
|
multi_json (1.8.2)
|
||||||
multi_xml (0.5.5)
|
multi_xml (0.5.5)
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.0.0)
|
||||||
oauth2 (0.9.3)
|
oauth2 (1.0.0)
|
||||||
faraday (>= 0.8, < 0.10)
|
faraday (>= 0.8, < 0.10)
|
||||||
jwt (~> 0.1.8)
|
jwt (~> 1.0)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
multi_xml (~> 0.5)
|
multi_xml (~> 0.5)
|
||||||
rack (~> 1.2)
|
rack (~> 1.2)
|
||||||
omniauth (1.2.1)
|
omniauth (1.2.2)
|
||||||
hashie (>= 1.2, < 3)
|
hashie (>= 1.2, < 4)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
omniauth-oauth2 (1.1.2)
|
omniauth-oauth2 (1.2.0)
|
||||||
faraday (>= 0.8, < 0.10)
|
faraday (>= 0.8, < 0.10)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
oauth2 (~> 0.9.3)
|
oauth2 (~> 1.0)
|
||||||
omniauth (~> 1.2)
|
omniauth (~> 1.2)
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rack-protection (1.5.1)
|
rack-protection (1.5.1)
|
||||||
|
|
Loading…
Reference in a new issue