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.lock
parent3f91da6816150f1e3b9c7747c7402b543f1d681a (diff)
Fixes the issue with Resque where it was complaining about :public no longer being used.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d894e438ad2..232d38ae71b 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