Skip to content

Commit

Permalink
Bump rubocop to 1.67.0 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
david942j authored Oct 16, 2024
1 parent 5e7de6b commit ef8b0ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
24 changes: 10 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,51 +15,47 @@ GEM
bindata (~> 2)
json (2.7.2)
language_server-protocol (3.17.0.3)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.65.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
yard (0.9.37)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion lib/one_gadget/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Logger
'INFO' => :reg,
'ERROR' => :error
}[severity]
msg = +"[#{OneGadget::Helper.colorize('OneGadget', sev: color)}] #{message.join}"
msg = "[#{OneGadget::Helper.colorize('OneGadget', sev: color)}] #{message.join}"
msg << "\n" unless msg.end_with?("\n")
msg
end
Expand Down

0 comments on commit ef8b0ee

Please sign in to comment.