From 47fdeb2f922fc512e2e6364b20491f92b7be9be6 Mon Sep 17 00:00:00 2001 From: Thu & Anh Date: Thu, 22 Mar 2012 10:56:08 +0700 Subject: [PATCH] Change resque version --- Gemfile.lock | 32 +++++++++++++++++--------------- resque-multi-job-forks.gemspec | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 096efcb..fe31904 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,27 +3,31 @@ PATH specs: resque-multi-job-forks (0.3.1) json - resque (~> 1.10.0) + resque (~> 1.20.0) GEM remote: http://rubygems.org/ specs: - json (1.4.6) - rack (1.2.1) + json (1.6.5) + multi_json (1.1.0) + rack (1.4.1) + rack-protection (1.2.0) + rack rake (0.8.7) - redis (2.1.1) - redis-namespace (0.8.0) + redis (2.2.2) + redis-namespace (1.0.3) redis (< 3.0.0) - resque (1.10.0) - json (~> 1.4.6) - redis-namespace (~> 0.8.0) + resque (1.20.0) + multi_json (~> 1.0) + redis-namespace (~> 1.0.2) sinatra (>= 0.9.2) vegas (~> 0.1.2) - sinatra (1.1.0) - rack (~> 1.1) - tilt (~> 1.1) - tilt (1.1) - vegas (0.1.8) + sinatra (1.3.2) + rack (~> 1.3, >= 1.3.6) + rack-protection (~> 1.2) + tilt (~> 1.3, >= 1.3.3) + tilt (1.3.3) + vegas (0.1.11) rack (>= 1.0.0) PLATFORMS @@ -31,7 +35,5 @@ PLATFORMS DEPENDENCIES bundler - json rake - resque (~> 1.10.0) resque-multi-job-forks! diff --git a/resque-multi-job-forks.gemspec b/resque-multi-job-forks.gemspec index af045ab..408dedc 100644 --- a/resque-multi-job-forks.gemspec +++ b/resque-multi-job-forks.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.summary = "Have your resque workers process more that one job" s.description = "When your resque jobs are frequent and fast, the overhead of forking and running your after_fork might get too big." - s.add_runtime_dependency("resque", "~> 1.10.0") + s.add_runtime_dependency("resque", "~> 1.20.0") s.add_runtime_dependency("json") s.add_development_dependency("rake")