Skip to content

Commit

Permalink
Removes runtime dependency on mock_redis
Browse files Browse the repository at this point in the history
  • Loading branch information
wallace committed May 24, 2012
1 parent f966267 commit bd9cdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resque-lonely_job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.version = Resque::Plugins::LonelyJob::VERSION

gem.add_dependency 'resque', '~> 1.20.0'
gem.add_dependency 'mock_redis', '~> 0.4.1'
gem.add_development_dependency 'mock_redis', '~> 0.4.1'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec'

Expand Down

0 comments on commit bd9cdf1

Please sign in to comment.