bump omniauth

This commit is contained in:
Jonne Haß 2013-04-13 11:50:32 +02:00
parent f98b8e30d6
commit eeba00cde4
2 changed files with 5 additions and 5 deletions

View file

@ -65,7 +65,7 @@ gem 'ruby-oembed', '0.8.8'
# Services
gem 'omniauth', '1.1.3'
gem 'omniauth', '1.1.4'
gem 'omniauth-facebook', '1.4.1'
gem 'omniauth-tumblr', '1.1'
gem 'omniauth-twitter', '0.0.16'

View file

@ -164,7 +164,7 @@ GEM
execjs (>= 1.2.9)
sprockets (>= 2.0.3)
tilt
hashie (1.2.0)
hashie (2.0.3)
hike (1.2.1)
http_accept_language (1.0.2)
httpauth (0.2.0)
@ -226,8 +226,8 @@ GEM
jwt (~> 0.1.4)
multi_json (~> 1.0)
rack (~> 1.2)
omniauth (1.1.3)
hashie (~> 1.2)
omniauth (1.1.4)
hashie (>= 1.2, < 3)
rack
omniauth-facebook (1.4.1)
omniauth-oauth2 (~> 1.1.0)
@ -448,7 +448,7 @@ DEPENDENCIES
mobile-fu (= 1.1.1)
mysql2 (= 0.3.11)
nokogiri (= 1.5.9)
omniauth (= 1.1.3)
omniauth (= 1.1.4)
omniauth-facebook (= 1.4.1)
omniauth-tumblr (= 1.1)
omniauth-twitter (= 0.0.16)