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 23:05:26 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-07-02 23:05:26 +0400
commit2d9d9bd1a1d7c1f035e81ad978fb72edd5831726 (patch)
tree571dd25c3c6a8afdca2a67bec52bd1f2db822321 /Gemfile
parent696779d5897ffa2e39ab13b5f9a552ab90632194 (diff)
Revert "Revert "remove perform delegate: use a gem that unobtrusivly does the same""
This reverts commit 696779d5897ffa2e39ab13b5f9a552ab90632194.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 029e6610e..942d1af47 100644
--- a/Gemfile
+++ b/Gemfile
@@ -58,6 +58,7 @@ gem "excon", "0.2.4"
gem 'mini_magick', '3.2'
gem 'aws', '2.3.32' # upgrade to 2.4 breaks 1.8 >.<
+
gem 'fastercsv', '1.5.4', :require => false
gem 'jammit', '0.5.4'
gem 'rest-client', '1.6.1'
@@ -70,6 +71,7 @@ gem 'cloudfiles', '1.4.10', :require => false
#Queue
gem 'resque', '1.10.0'
+gem 'resque-ensure-connected'
gem 'SystemTimer', '1.2.1', :platforms => :ruby_18
group :development do