Skip to content

Commit

Permalink
update gem god to 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Apr 4, 2014
1 parent 22650e0 commit e698b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resque-integration.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'resque-progress', '~> 1.0.1'
#gem.add_runtime_dependency 'resque-multi-job-forks', '~> 0.3.4'
gem.add_runtime_dependency 'resque-failed-job-mailer', '~> 0.0.3'
gem.add_runtime_dependency 'god'
gem.add_runtime_dependency 'god', '~> 0.13.4'

gem.add_runtime_dependency 'multi_json'
gem.add_runtime_dependency 'rake'
Expand All @@ -36,4 +36,4 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'mock_redis'
end
end

0 comments on commit e698b35

Please sign in to comment.