Skip to content

Commit

Permalink
Merge pull request #93 from mvz/dependabot/bundler/rubocop-minitest-t…
Browse files Browse the repository at this point in the history
…w-0.33.0

Update rubocop-minitest requirement from ~> 0.32.1 to ~> 0.33.0
  • Loading branch information
mvz authored Oct 31, 2023
2 parents 17af820 + 173bbaf commit 0be6e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion live_ast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rake-manifest", "~> 0.2.0"
spec.add_development_dependency "rubocop", "~> 1.51"
spec.add_development_dependency "rubocop-minitest", "~> 0.32.1"
spec.add_development_dependency "rubocop-minitest", "~> 0.33.0"
spec.add_development_dependency "rubocop-packaging", "~> 0.5.2"
spec.add_development_dependency "rubocop-performance", "~> 1.18"
spec.add_development_dependency "rubocop-rake", "~> 0.6.0"
Expand Down
2 changes: 2 additions & 0 deletions test/lambda_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ def test_block_braces_one_line
end

def test_block_do_end_one_line
# rubocop:disable Style/SingleLineDoEndBlock
block = return_block do |x, y| x - y end
# rubocop:enable Style/SingleLineDoEndBlock

expected = binop_block(:return_block, :-)

Expand Down

0 comments on commit 0be6e9e

Please sign in to comment.