Skip to content

Commit

Permalink
Use Minitest 5
Browse files Browse the repository at this point in the history
  • Loading branch information
teoljungberg committed Sep 13, 2014
1 parent d99e8a8 commit 09e6707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.add_development_dependency "rake"
gem.add_development_dependency 'minitest', '~> 3.0'
gem.add_development_dependency "minitest", "~> 5.0"
end

0 comments on commit 09e6707

Please sign in to comment.