Skip to content

Commit 6fbc62a

Browse files
committed
lock the dependency to resque 1.19
1 parent 495e4cd commit 6fbc62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resque-round-robin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
88
gem.summary = %q{A Resque plugin to modify the worker behavior to pull jobs off queues, round-robin}
99
gem.homepage = ""
1010

11-
gem.add_dependency "resque"
11+
gem.add_dependency "resque", "1.19.0"
1212
gem.add_dependency "resque-dynamic-queues"
1313

1414
gem.add_development_dependency('rspec', '~> 2.5')

0 commit comments

Comments
 (0)