From 802ef60cada473099a905d4ac3c7112fcb11da1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 9 Mar 2013 13:35:25 +0100 Subject: [PATCH] bump twitter --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 83a226703..039358621 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem 'omniauth', '1.1.3' gem 'omniauth-facebook', '1.4.1' gem 'omniauth-tumblr', '1.1' gem 'omniauth-twitter', '0.0.14' -gem 'twitter', '4.5.0' +gem 'twitter', '4.6.2' # Tags diff --git a/Gemfile.lock b/Gemfile.lock index fb7c1b6a0..0c69613c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -383,7 +383,7 @@ GEM treetop (1.4.12) polyglot polyglot (>= 0.3.1) - twitter (4.5.0) + twitter (4.6.2) faraday (~> 0.8, < 0.10) multi_json (~> 1.0) simple_oauth (~> 0.2) @@ -484,7 +484,7 @@ DEPENDENCIES selenium-webdriver (= 2.31.0) spork (= 1.0.0rc3) timecop (= 0.5.9.2) - twitter (= 4.5.0) + twitter (= 4.6.2) typhoeus (= 0.3.3) uglifier (= 1.3.0) unicorn (= 4.6.2)