From 76c74cd154b3d746b2f44f4d0d0fc51ec30d620f Mon Sep 17 00:00:00 2001
From: Jason Robinson <mail@jasonrobinson.me>
Date: Sat, 22 Nov 2014 23:57:11 +0200
Subject: [PATCH] Revert "bump simple_oauth"

This reverts commit 13cb07fed746a61cbe1f9aa4f4d584d2054ff3ab.

Fixes simple_oauth regression that breaks Twitter posting, see issue #5411
---
 Gemfile.lock | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index d43641d179..ed6c55c5b9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -500,7 +500,7 @@ GEM
       sidekiq (>= 3.0.0)
     simple_captcha2 (0.3.2)
       rails (>= 4.1)
-    simple_oauth (0.3.0)
+    simple_oauth (0.2.0)
     sinatra (1.3.3)
       rack (~> 1.3, >= 1.3.6)
       rack-protection (~> 1.2)
-- 
GitLab