Skip to content

Commit

Permalink
Change resque version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thu & Anh committed Mar 22, 2012
1 parent 7982688 commit 47fdeb2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
32 changes: 17 additions & 15 deletions Gemfile.lock
Expand Up @@ -3,35 +3,37 @@ 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
ruby

DEPENDENCIES
bundler
json
rake
resque (~> 1.10.0)
resque-multi-job-forks!
2 changes: 1 addition & 1 deletion resque-multi-job-forks.gemspec
Expand Up @@ -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")
Expand Down

0 comments on commit 47fdeb2

Please sign in to comment.