Skip to content

Commit

Permalink
Update rake and bundler development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanahman committed Mar 2, 2020
1 parent 95a2e76 commit e3259d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postnord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", ">= 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "simplecov"
end

0 comments on commit e3259d2

Please sign in to comment.