Skip to content

Commit

Permalink
update rake dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 6, 2020
1 parent 6ae560e commit efd050d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog-vsphere.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'pry', '~> 0.10'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '>= 12.3.3'
spec.add_development_dependency 'minitest', '~> 5.8'
spec.add_development_dependency 'rubocop', '~> 0.50.0'
spec.add_development_dependency 'mocha', '~> 1.8'
Expand Down

0 comments on commit efd050d

Please sign in to comment.