From e698b3513b47523e8b413265821d64fd6e95b9b0 Mon Sep 17 00:00:00 2001 From: Merkushin Date: Fri, 4 Apr 2014 09:40:35 +0600 Subject: [PATCH] update gem god to 0.13.4 --- resque-integration.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resque-integration.gemspec b/resque-integration.gemspec index 4b69472..ec6c63f 100644 --- a/resque-integration.gemspec +++ b/resque-integration.gemspec @@ -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' @@ -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 \ No newline at end of file +end