Skip to content

Commit

Permalink
Remove rake development dependency
Browse files Browse the repository at this point in the history
We already have it as runtime dependency
  • Loading branch information
bumi committed Mar 31, 2020
1 parent 7a972d2 commit 58661b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sneakers.gemspec
Expand Up @@ -33,7 +33,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rabbitmq_http_api_client'
gem.add_development_dependency 'redis'

gem.add_development_dependency 'rake', '~> 12.3'
gem.add_development_dependency 'minitest', '~> 5.11'
gem.add_development_dependency 'rr', '~> 1.2.1'
gem.add_development_dependency 'unparser', '0.2.2' # keep below 0.2.5 for ruby 2.0 compat.
Expand Down

0 comments on commit 58661b8

Please sign in to comment.