Skip to content

Commit

Permalink
Require minitest ~> 5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 27, 2020
1 parent 2890622 commit f2cc5d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gem "builder", "~> 3.0"
gem "rdoc", "6.2.0" # 6.2.1 is required > Ruby 2.3
gem "rake", "~> 13.0"
gem "minitest", "~> 5.0"
gem "minitest", "~> 5.13"
gem "simplecov", "~> 0.17.0"
gem "rubocop", "~> 0.80.1"
gem "rubocop-performance", "~> 1.5.2"
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -40,7 +40,7 @@ PLATFORMS

DEPENDENCIES
builder (~> 3.0)
minitest (~> 5.0)
minitest (~> 5.13)
rake (~> 13.0)
rdoc (= 6.2.0)
rubocop (~> 0.80.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/rubygems/test_case.rb
Expand Up @@ -12,7 +12,7 @@
end

begin
gem 'minitest', '~> 5.0'
gem 'minitest', '~> 5.13'
rescue Gem::LoadError
end

Expand Down

0 comments on commit f2cc5d7

Please sign in to comment.