Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/rubocop-performance-1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 authored Oct 17, 2023
2 parents 3a2ddde + a08f479 commit 3adf59a
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 @@ -32,7 +32,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 3adf59a

Please sign in to comment.