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 6cc0485 commit f8dcccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog-rackspace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '>= 12.3.3'
spec.add_development_dependency 'shindo', '~> 0.3'
spec.add_development_dependency 'rspec', '~> 3.4'
spec.add_development_dependency 'rubyzip', '~> 1.3.0'
Expand Down

0 comments on commit f8dcccd

Please sign in to comment.