Skip to content

Commit

Permalink
update rake to ~> 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Feb 15, 2017
1 parent f69786d commit 54f642c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini_portile2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "minitest", "~> 5.8.0"
spec.add_development_dependency "minitest-hooks", "~> 1.4.0"
spec.add_development_dependency "minitar", "~> 0.5.4"
Expand Down

0 comments on commit 54f642c

Please sign in to comment.