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:01:31 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-07-02 23:01:31 +0400
commit696779d5897ffa2e39ab13b5f9a552ab90632194 (patch)
treea953f9998ecfc489e52cca5e00a33e8a8ab5e9b8 /Gemfile
parentdd752d7dd93751e561f14ed7480359a3a64b2b4e (diff)
Revert "remove perform delegate: use a gem that unobtrusivly does the same"
the connection adapter messes with single process mode... This reverts commit dd752d7dd93751e561f14ed7480359a3a64b2b4e.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 942d1af47..029e6610e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -58,7 +58,6 @@ 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'
@@ -71,7 +70,6 @@ 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