Skip to content

Commit

Permalink
Merge pull request sparklemotion#2797 from sparklemotion/dependabot/b…
Browse files Browse the repository at this point in the history
…undler/rubocop-1.46.0

build(deps-dev): update rubocop requirement from 1.45.1 to 1.46.0
  • Loading branch information
flavorjones authored Feb 27, 2023
2 parents a6171e6 + cca29a0 commit ed285bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ group :development do

# rubocop
if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION))
gem "rubocop", "1.45.1"
gem "rubocop", "1.46.0"
gem "rubocop-minitest", "0.28.0"
gem "rubocop-performance", "1.16.0"
gem "rubocop-rake", "= 0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion test/xml/test_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def test_create_comment_with_block

def test_pp
out = StringIO.new((+""))
::PP.pp(xml, out) # rubocop:disable Lint/Debugger
::PP.pp(xml, out)
assert_operator(out.string.length, :>, 0)
end

Expand Down

0 comments on commit ed285bb

Please sign in to comment.