diff --git a/Gemfile b/Gemfile index 14acf3a22..eb098ab66 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ gem 'omniauth', '1.1.4' gem 'omniauth-facebook', '1.4.1' gem 'omniauth-tumblr', '1.1' gem 'omniauth-twitter', '0.0.16' -gem 'twitter', '4.6.2' +gem 'twitter', '4.7.0' # Tags diff --git a/Gemfile.lock b/Gemfile.lock index 9f742b49c..0840a5e8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -384,7 +384,7 @@ GEM treetop (1.4.14) polyglot polyglot (>= 0.3.1) - twitter (4.6.2) + twitter (4.7.0) faraday (~> 0.8, < 0.10) multi_json (~> 1.0) simple_oauth (~> 0.2) @@ -482,7 +482,7 @@ DEPENDENCIES slim (= 1.3.9) spork (= 1.0.0rc3) timecop (= 0.6.1) - twitter (= 4.6.2) + twitter (= 4.7.0) typhoeus (= 0.6.3) uglifier (= 2.1.1) unicorn (= 4.6.2)