Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lovelett <ryan@wahvee.com>2012-02-18 19:37:58 +0400
committerRyan Lovelett <ryan@wahvee.com>2012-02-18 19:37:58 +0400
commit4748ae8c8ce59135d53fd40ab045bb3e08ac8adb (patch)
treef3dde64a47b9fa79f92d9157e2837810e645730d /Gemfile
parent3f91da6816150f1e3b9c7747c7402b543f1d681a (diff)
Fixes the issue with Resque where it was complaining about :public no longer being used.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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"