From b2e7eb4e2bd97bbab80ae50e8088154c3b48cabc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@mrzyx.de>
Date: Wed, 10 Jul 2013 15:06:46 +0200
Subject: [PATCH] bump twitter

---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index d07c4b7659..dafb4cc2d6 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.7.0'
+gem 'twitter',           '4.8.1'
 
 # Tags
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 5eb66f0bce..3c757df3b3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -385,7 +385,7 @@ GEM
     treetop (1.4.14)
       polyglot
       polyglot (>= 0.3.1)
-    twitter (4.7.0)
+    twitter (4.8.1)
       faraday (~> 0.8, < 0.10)
       multi_json (~> 1.0)
       simple_oauth (~> 0.2)
@@ -483,7 +483,7 @@ DEPENDENCIES
   slim (= 1.3.9)
   spork (= 1.0.0rc3)
   timecop (= 0.6.1)
-  twitter (= 3.7.0)
+  twitter (= 4.8.1)
   typhoeus (= 0.6.3)
   uglifier (= 2.1.1)
   unicorn (= 4.6.3)
-- 
GitLab