mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
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:
commit
2097f16cbd
2 changed files with 11 additions and 11 deletions
2
Gemfile
2
Gemfile
|
|
@ -9,5 +9,5 @@ gem 'rake-compiler', '~> 1.2'
|
|||
gem 'rubocop', '~> 1.80'
|
||||
gem 'rubocop-minitest', '~> 0.38'
|
||||
gem 'rubocop-packaging', '~> 0.5'
|
||||
gem 'rubocop-performance', '~> 1.22'
|
||||
gem 'rubocop-performance', '~> 1.26'
|
||||
gem 'rubocop-rake', '~> 0.6'
|
||||
|
|
|
|||
20
Gemfile.lock
20
Gemfile.lock
|
|
@ -9,7 +9,7 @@ GEM
|
|||
ansi (1.5.0)
|
||||
ast (2.4.3)
|
||||
builder (3.3.0)
|
||||
json (2.13.2)
|
||||
json (2.15.0)
|
||||
language_server-protocol (3.17.0.5)
|
||||
lint_roller (1.1.0)
|
||||
minitest (5.25.5)
|
||||
|
|
@ -24,13 +24,13 @@ GEM
|
|||
parser (3.3.9.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
prism (1.4.0)
|
||||
prism (1.5.1)
|
||||
racc (1.8.1)
|
||||
rainbow (3.1.1)
|
||||
rake (13.3.0)
|
||||
rake-compiler (1.3.0)
|
||||
rake
|
||||
regexp_parser (2.11.2)
|
||||
regexp_parser (2.11.3)
|
||||
rubocop (1.80.1)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
|
|
@ -42,7 +42,7 @@ GEM
|
|||
rubocop-ast (>= 1.46.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.46.0)
|
||||
rubocop-ast (1.47.1)
|
||||
parser (>= 3.3.7.2)
|
||||
prism (~> 1.4)
|
||||
rubocop-minitest (0.38.2)
|
||||
|
|
@ -52,17 +52,17 @@ GEM
|
|||
rubocop-packaging (0.6.0)
|
||||
lint_roller (~> 1.1.0)
|
||||
rubocop (>= 1.72.1, < 2.0)
|
||||
rubocop-performance (1.25.0)
|
||||
rubocop-performance (1.26.0)
|
||||
lint_roller (~> 1.1)
|
||||
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)
|
||||
lint_roller (~> 1.1)
|
||||
rubocop (>= 1.72.1)
|
||||
ruby-progressbar (1.13.0)
|
||||
unicode-display_width (3.1.5)
|
||||
unicode-emoji (~> 4.0, >= 4.0.4)
|
||||
unicode-emoji (4.0.4)
|
||||
unicode-display_width (3.2.0)
|
||||
unicode-emoji (~> 4.1)
|
||||
unicode-emoji (4.1.0)
|
||||
|
||||
PLATFORMS
|
||||
arm64-darwin-21
|
||||
|
|
@ -80,7 +80,7 @@ DEPENDENCIES
|
|||
rubocop (~> 1.80)
|
||||
rubocop-minitest (~> 0.38)
|
||||
rubocop-packaging (~> 0.5)
|
||||
rubocop-performance (~> 1.22)
|
||||
rubocop-performance (~> 1.26)
|
||||
rubocop-rake (~> 0.6)
|
||||
wordexp!
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue