From 4748ae8c8ce59135d53fd40ab045bb3e08ac8adb Mon Sep 17 00:00:00 2001 From: Ryan Lovelett Date: Sat, 18 Feb 2012 09:37:58 -0600 Subject: Fixes the issue with Resque where it was complaining about :public no longer being used. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index ad2bc01296c..82658d0fdb1 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" -- cgit v1.2.3