bump omniauth
This commit is contained in:
parent
9d9472cc0b
commit
1a5bcec394
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -109,7 +109,7 @@ gem 'opengraph_parser', '0.2.3'
|
|||
|
||||
# Services
|
||||
|
||||
gem 'omniauth', '1.2.1'
|
||||
gem 'omniauth', '1.2.2'
|
||||
gem 'omniauth-facebook', '1.6.0'
|
||||
gem 'omniauth-tumblr', '1.1'
|
||||
gem 'omniauth-twitter', '1.0.1'
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@ GEM
|
|||
execjs (>= 1.2.9)
|
||||
sprockets (>= 2.0.3)
|
||||
tilt
|
||||
hashie (2.1.2)
|
||||
hashie (3.3.1)
|
||||
hike (1.2.3)
|
||||
http_accept_language (2.0.2)
|
||||
i18n (0.6.11)
|
||||
|
|
@ -285,8 +285,8 @@ GEM
|
|||
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-facebook (1.6.0)
|
||||
omniauth-oauth2 (~> 1.1)
|
||||
|
|
@ -545,7 +545,7 @@ DEPENDENCIES
|
|||
mobile-fu (= 1.3.1)
|
||||
mysql2 (= 0.3.16)
|
||||
nokogiri (= 1.6.1)
|
||||
omniauth (= 1.2.1)
|
||||
omniauth (= 1.2.2)
|
||||
omniauth-facebook (= 1.6.0)
|
||||
omniauth-tumblr (= 1.1)
|
||||
omniauth-twitter (= 1.0.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue