bump omniauth
This commit is contained in:
parent
75107080c4
commit
ef62fb8c89
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -80,7 +80,7 @@ gem 'strong_parameters'
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
|
|
||||||
gem 'omniauth', '1.1.4'
|
gem 'omniauth', '1.2.1'
|
||||||
gem 'omniauth-facebook', '1.6.0'
|
gem 'omniauth-facebook', '1.6.0'
|
||||||
gem 'omniauth-tumblr', '1.1'
|
gem 'omniauth-tumblr', '1.1'
|
||||||
gem 'omniauth-twitter', '1.0.1'
|
gem 'omniauth-twitter', '1.0.1'
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,7 @@ GEM
|
||||||
execjs (>= 1.2.9)
|
execjs (>= 1.2.9)
|
||||||
sprockets (>= 2.0.3)
|
sprockets (>= 2.0.3)
|
||||||
tilt
|
tilt
|
||||||
hashie (2.0.5)
|
hashie (2.1.1)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
http_accept_language (1.0.2)
|
http_accept_language (1.0.2)
|
||||||
httpauth (0.2.0)
|
httpauth (0.2.0)
|
||||||
|
|
@ -270,9 +270,9 @@ GEM
|
||||||
jwt (~> 0.1.4)
|
jwt (~> 0.1.4)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.2)
|
rack (~> 1.2)
|
||||||
omniauth (1.1.4)
|
omniauth (1.2.1)
|
||||||
hashie (>= 1.2, < 3)
|
hashie (>= 1.2, < 3)
|
||||||
rack
|
rack (~> 1.0)
|
||||||
omniauth-facebook (1.6.0)
|
omniauth-facebook (1.6.0)
|
||||||
omniauth-oauth2 (~> 1.1)
|
omniauth-oauth2 (~> 1.1)
|
||||||
omniauth-oauth (1.0.1)
|
omniauth-oauth (1.0.1)
|
||||||
|
|
@ -511,7 +511,7 @@ DEPENDENCIES
|
||||||
mobile-fu (= 1.2.2)
|
mobile-fu (= 1.2.2)
|
||||||
mysql2 (= 0.3.16)
|
mysql2 (= 0.3.16)
|
||||||
nokogiri (= 1.6.2.1)
|
nokogiri (= 1.6.2.1)
|
||||||
omniauth (= 1.1.4)
|
omniauth (= 1.2.1)
|
||||||
omniauth-facebook (= 1.6.0)
|
omniauth-facebook (= 1.6.0)
|
||||||
omniauth-tumblr (= 1.1)
|
omniauth-tumblr (= 1.1)
|
||||||
omniauth-twitter (= 1.0.1)
|
omniauth-twitter (= 1.0.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue