Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
[gemspec] change minitest to '~> 5'
Browse files Browse the repository at this point in the history
  • Loading branch information
prettycoder committed Aug 7, 2018
1 parent 563637b commit a74779e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librato-rack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

s.add_dependency "librato-metrics", "~> 2.1", ">= 2.1.0"
s.add_dependency "hetchy", "~> 1.0"
s.add_development_dependency "minitest", "~> 0"
s.add_development_dependency "minitest", "~> 5"

s.cert_chain = ["certs/librato-public.pem"]
if ENV['GEM_SIGNING_KEY']
Expand Down

0 comments on commit a74779e

Please sign in to comment.