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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2011-07-02 22:55:41 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-07-02 22:57:10 +0400
commitdd752d7dd93751e561f14ed7480359a3a64b2b4e (patch)
tree571dd25c3c6a8afdca2a67bec52bd1f2db822321 /Gemfile.lock
parent7f552799624a3b229d8a3bc9173993effce8f144 (diff)
remove perform delegate: use a gem that unobtrusivly does the same
thing. use built in resque inline method for single process mode
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index e405192ad..4e71c1798 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -351,6 +351,9 @@ GEM
redis-namespace (~> 0.8.0)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
+ resque-ensure-connected (0.1.0)
+ activerecord (>= 2.3.5)
+ resque (~> 1.10.0)
rest-client (1.6.1)
mime-types (>= 1.16)
rspec (2.6.0)
@@ -487,6 +490,7 @@ DEPENDENCIES
rails (= 3.0.3)
rcov
resque (= 1.10.0)
+ resque-ensure-connected
rest-client (= 1.6.1)
roxml!
rspec (>= 2.0.0)