Skip to content

Commit a08f479

Browse files
authored
Merge pull request #17 from github/dependabot/bundler/minitest-5.20.0
Bump minitest from 5.16.3 to 5.20.0
2 parents f30d344 + 3b5aa8a commit a08f479

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GEM
3030
loofah (2.21.3)
3131
crass (~> 1.0.2)
3232
nokogiri (>= 1.12.0)
33-
minitest (5.16.3)
33+
minitest (5.20.0)
3434
nokogiri (1.15.4-arm64-darwin)
3535
racc (~> 1.4)
3636
nokogiri (1.15.4-x86_64-darwin)

test/cop_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require "action_view"
44
require "minitest"
55

6-
class CopTest < MiniTest::Test
6+
class CopTest < Minitest::Test
77
def cop_class
88
raise NotImplementedError
99
end

0 commit comments

Comments
 (0)