From 4748ae8c8ce59135d53fd40ab045bb3e08ac8adb Mon Sep 17 00:00:00 2001
From: Ryan Lovelett <ryan@wahvee.com>
Date: Sat, 18 Feb 2012 09:37:58 -0600
Subject: [PATCH] Fixes the issue with Resque where it was complaining about
 :public no longer being used.

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

diff --git a/Gemfile b/Gemfile
index ad2bc01296c7..82658d0fdb10 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,7 +24,7 @@ gem "acts_as_list"
 gem "rdiscount"
 gem "acts-as-taggable-on", "~> 2.1.0"
 gem "drapper"
-gem "resque"
+gem "resque", "~> 1.20.0"
 gem "httparty"
 gem "charlock_holmes"
 gem "foreman"
diff --git a/Gemfile.lock b/Gemfile.lock
index d894e438ad28..232d38ae71b5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -196,7 +196,7 @@ GEM
     redis (2.2.2)
     redis-namespace (1.0.3)
       redis (< 3.0.0)
-    resque (1.19.0)
+    resque (1.20.0)
       multi_json (~> 1.0)
       redis-namespace (~> 1.0.2)
       sinatra (>= 0.9.2)
@@ -318,7 +318,7 @@ DEPENDENCIES
   rails-footnotes
   rake
   rdiscount
-  resque
+  resque (~> 1.20.0)
   rspec-rails
   sass-rails (= 3.2.3)
   seed-fu
-- 
GitLab