Skip to content

Commit

Permalink
Merge pull request #17 from github/dependabot/bundler/minitest-5.20.0
Browse files Browse the repository at this point in the history
Bump minitest from 5.16.3 to 5.20.0
  • Loading branch information
khiga8 authored Oct 17, 2023
2 parents f30d344 + 3b5aa8a commit a08f479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
minitest (5.16.3)
minitest (5.20.0)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
Expand Down
2 changes: 1 addition & 1 deletion test/cop_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "action_view"
require "minitest"

class CopTest < MiniTest::Test
class CopTest < Minitest::Test
def cop_class
raise NotImplementedError
end
Expand Down

0 comments on commit a08f479

Please sign in to comment.