We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395f395 commit 462c6fcCopy full SHA for 462c6fc
resque-unique_in_queue.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
21
spec.require_paths = ['lib']
22
23
- spec.add_runtime_dependency 'colorize', '~> 0.8'
+ spec.add_runtime_dependency 'colorize', '>= 0.8'
24
spec.add_runtime_dependency 'resque', '>= 1.2'
25
26
spec.add_development_dependency 'bundler', '~> 1.16'
0 commit comments