update twitter gem
This commit is contained in:
parent
dbdee43cc6
commit
80a090c766
2 changed files with 3 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -19,7 +19,7 @@ gem 'omniauth-facebook'
|
||||||
gem 'omniauth-tumblr'
|
gem 'omniauth-tumblr'
|
||||||
gem 'omniauth-twitter'
|
gem 'omniauth-twitter'
|
||||||
|
|
||||||
gem 'twitter', '2.0.1'
|
gem 'twitter', '2.0.2'
|
||||||
|
|
||||||
# backups
|
# backups
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -307,7 +307,6 @@ GEM
|
||||||
parallel (0.5.11)
|
parallel (0.5.11)
|
||||||
parallel_tests (0.6.11)
|
parallel_tests (0.6.11)
|
||||||
parallel
|
parallel
|
||||||
pg (0.11.0)
|
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
rack (1.2.4)
|
rack (1.2.4)
|
||||||
rack-mobile-detect (0.3.0)
|
rack-mobile-detect (0.3.0)
|
||||||
|
|
@ -409,7 +408,7 @@ GEM
|
||||||
treetop (1.4.10)
|
treetop (1.4.10)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
twitter (2.0.1)
|
twitter (2.0.2)
|
||||||
activesupport (>= 2.3.9, < 4)
|
activesupport (>= 2.3.9, < 4)
|
||||||
faraday (~> 0.7)
|
faraday (~> 0.7)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
|
@ -491,7 +490,6 @@ DEPENDENCIES
|
||||||
omniauth-tumblr
|
omniauth-tumblr
|
||||||
omniauth-twitter
|
omniauth-twitter
|
||||||
parallel_tests
|
parallel_tests
|
||||||
pg
|
|
||||||
rails (= 3.0.11)
|
rails (= 3.0.11)
|
||||||
rails-i18n
|
rails-i18n
|
||||||
redcarpet (= 2.0.0)
|
redcarpet (= 2.0.0)
|
||||||
|
|
@ -513,7 +511,7 @@ DEPENDENCIES
|
||||||
sod!
|
sod!
|
||||||
sqlite3
|
sqlite3
|
||||||
thin (~> 1.3.1)
|
thin (~> 1.3.1)
|
||||||
twitter (= 2.0.1)
|
twitter (= 2.0.2)
|
||||||
typhoeus
|
typhoeus
|
||||||
vanna!
|
vanna!
|
||||||
webmock
|
webmock
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue