bump twitter

This commit is contained in:
Jonne Haß 2012-12-06 19:45:58 +01:00
parent 0c39e2521b
commit 0282782293
2 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@ gem 'omniauth-facebook', '1.4.1'
gem 'omniauth-tumblr', '1.1'
gem 'omniauth-twitter', '0.0.13'
gem 'twitter', '4.2.0'
gem 'twitter', '4.4.4'
# mail

View file

@ -363,7 +363,7 @@ GEM
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
simple_oauth (0.1.9)
simple_oauth (0.2.0)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
@ -383,10 +383,10 @@ GEM
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
twitter (4.2.0)
faraday (~> 0.8)
multi_json (~> 1.3)
simple_oauth (~> 0.1.6)
twitter (4.4.4)
faraday (~> 0.8, < 0.10)
multi_json (~> 1.0)
simple_oauth (~> 0.2)
typhoeus (0.3.3)
mime-types
tzinfo (0.3.35)
@ -483,7 +483,7 @@ DEPENDENCIES
selenium-webdriver (= 2.27.1)
spork (= 1.0.0rc3)
timecop (= 0.5.9)
twitter (= 4.2.0)
twitter (= 4.4.4)
typhoeus (= 0.3.3)
uglifier (= 1.3.0)
unicorn (= 4.4.0)