Skip to content

Commit

Permalink
Adds development dependency upon debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
wallace committed Jun 13, 2012
1 parent bd9cdf1 commit 5ca0034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resque-lonely_job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'mock_redis', '~> 0.4.1'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'debugger'

gem.description = <<desc
Ensures that for a given queue, only one worker is working on a job at any given time.
Expand Down

0 comments on commit 5ca0034

Please sign in to comment.