From 7323c9c0fc0e27df838782515e7b4704452589f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 9 Jun 2013 14:07:13 +0200 Subject: [PATCH] bump twitter --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)