Merge pull request #146 from samsonjs/dependabot/bundler/rubocop-performance-1.26.0

Bump rubocop-performance from 1.25.0 to 1.26.0
This commit is contained in:
Sami Samhuri 2025-10-01 10:50:21 -07:00 committed by GitHub
commit 2097f16cbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View file

@ -9,5 +9,5 @@ gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '~> 1.80' gem 'rubocop', '~> 1.80'
gem 'rubocop-minitest', '~> 0.38' gem 'rubocop-minitest', '~> 0.38'
gem 'rubocop-packaging', '~> 0.5' gem 'rubocop-packaging', '~> 0.5'
gem 'rubocop-performance', '~> 1.22' gem 'rubocop-performance', '~> 1.26'
gem 'rubocop-rake', '~> 0.6' gem 'rubocop-rake', '~> 0.6'

View file

@ -9,7 +9,7 @@ GEM
ansi (1.5.0) ansi (1.5.0)
ast (2.4.3) ast (2.4.3)
builder (3.3.0) builder (3.3.0)
json (2.13.2) json (2.15.0)
language_server-protocol (3.17.0.5) language_server-protocol (3.17.0.5)
lint_roller (1.1.0) lint_roller (1.1.0)
minitest (5.25.5) minitest (5.25.5)
@ -24,13 +24,13 @@ GEM
parser (3.3.9.0) parser (3.3.9.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
prism (1.4.0) prism (1.5.1)
racc (1.8.1) racc (1.8.1)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.3.0) rake (13.3.0)
rake-compiler (1.3.0) rake-compiler (1.3.0)
rake rake
regexp_parser (2.11.2) regexp_parser (2.11.3)
rubocop (1.80.1) rubocop (1.80.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (~> 3.17.0.2) language_server-protocol (~> 3.17.0.2)
@ -42,7 +42,7 @@ GEM
rubocop-ast (>= 1.46.0, < 2.0) rubocop-ast (>= 1.46.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0) unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0) rubocop-ast (1.47.1)
parser (>= 3.3.7.2) parser (>= 3.3.7.2)
prism (~> 1.4) prism (~> 1.4)
rubocop-minitest (0.38.2) rubocop-minitest (0.38.2)
@ -52,17 +52,17 @@ GEM
rubocop-packaging (0.6.0) rubocop-packaging (0.6.0)
lint_roller (~> 1.1.0) lint_roller (~> 1.1.0)
rubocop (>= 1.72.1, < 2.0) rubocop (>= 1.72.1, < 2.0)
rubocop-performance (1.25.0) rubocop-performance (1.26.0)
lint_roller (~> 1.1) lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0) rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0) rubocop-ast (>= 1.44.0, < 2.0)
rubocop-rake (0.7.1) rubocop-rake (0.7.1)
lint_roller (~> 1.1) lint_roller (~> 1.1)
rubocop (>= 1.72.1) rubocop (>= 1.72.1)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
unicode-display_width (3.1.5) unicode-display_width (3.2.0)
unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (~> 4.1)
unicode-emoji (4.0.4) unicode-emoji (4.1.0)
PLATFORMS PLATFORMS
arm64-darwin-21 arm64-darwin-21
@ -80,7 +80,7 @@ DEPENDENCIES
rubocop (~> 1.80) rubocop (~> 1.80)
rubocop-minitest (~> 0.38) rubocop-minitest (~> 0.38)
rubocop-packaging (~> 0.5) rubocop-packaging (~> 0.5)
rubocop-performance (~> 1.22) rubocop-performance (~> 1.26)
rubocop-rake (~> 0.6) rubocop-rake (~> 0.6)
wordexp! wordexp!