mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-27 14:57:42 +00:00
Bump rubocop from 1.75.1 to 1.75.4
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.1 to 1.75.4. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.75.1...v1.75.4) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0443a25c7a
commit
a6209f9159
2 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -6,7 +6,7 @@ gem 'minitest-ci', '~> 3.4'
|
||||||
gem 'minitest-reporters', '~> 1.6'
|
gem 'minitest-reporters', '~> 1.6'
|
||||||
gem 'rake', '~> 13.2'
|
gem 'rake', '~> 13.2'
|
||||||
gem 'rake-compiler', '~> 1.2'
|
gem 'rake-compiler', '~> 1.2'
|
||||||
gem 'rubocop', '~> 1.71'
|
gem 'rubocop', '~> 1.75'
|
||||||
gem 'rubocop-minitest', '~> 0.36'
|
gem 'rubocop-minitest', '~> 0.36'
|
||||||
gem 'rubocop-packaging', '~> 0.5'
|
gem 'rubocop-packaging', '~> 0.5'
|
||||||
gem 'rubocop-performance', '~> 1.22'
|
gem 'rubocop-performance', '~> 1.22'
|
||||||
|
|
|
||||||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -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.10.2)
|
json (2.11.3)
|
||||||
language_server-protocol (3.17.0.4)
|
language_server-protocol (3.17.0.4)
|
||||||
lint_roller (1.1.0)
|
lint_roller (1.1.0)
|
||||||
minitest (5.25.5)
|
minitest (5.25.5)
|
||||||
|
|
@ -20,8 +20,8 @@ GEM
|
||||||
builder
|
builder
|
||||||
minitest (>= 5.0)
|
minitest (>= 5.0)
|
||||||
ruby-progressbar
|
ruby-progressbar
|
||||||
parallel (1.26.3)
|
parallel (1.27.0)
|
||||||
parser (3.3.7.4)
|
parser (3.3.8.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
prism (1.4.0)
|
prism (1.4.0)
|
||||||
|
|
@ -31,7 +31,7 @@ GEM
|
||||||
rake-compiler (1.2.9)
|
rake-compiler (1.2.9)
|
||||||
rake
|
rake
|
||||||
regexp_parser (2.10.0)
|
regexp_parser (2.10.0)
|
||||||
rubocop (1.75.1)
|
rubocop (1.75.4)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
language_server-protocol (~> 3.17.0.2)
|
language_server-protocol (~> 3.17.0.2)
|
||||||
lint_roller (~> 1.1.0)
|
lint_roller (~> 1.1.0)
|
||||||
|
|
@ -39,10 +39,10 @@ GEM
|
||||||
parser (>= 3.3.0.2)
|
parser (>= 3.3.0.2)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 2.9.3, < 3.0)
|
regexp_parser (>= 2.9.3, < 3.0)
|
||||||
rubocop-ast (>= 1.43.0, < 2.0)
|
rubocop-ast (>= 1.44.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.43.0)
|
rubocop-ast (1.44.1)
|
||||||
parser (>= 3.3.7.2)
|
parser (>= 3.3.7.2)
|
||||||
prism (~> 1.4)
|
prism (~> 1.4)
|
||||||
rubocop-minitest (0.38.0)
|
rubocop-minitest (0.38.0)
|
||||||
|
|
@ -77,7 +77,7 @@ DEPENDENCIES
|
||||||
minitest-reporters (~> 1.6)
|
minitest-reporters (~> 1.6)
|
||||||
rake (~> 13.2)
|
rake (~> 13.2)
|
||||||
rake-compiler (~> 1.2)
|
rake-compiler (~> 1.2)
|
||||||
rubocop (~> 1.71)
|
rubocop (~> 1.75)
|
||||||
rubocop-minitest (~> 0.36)
|
rubocop-minitest (~> 0.36)
|
||||||
rubocop-packaging (~> 0.5)
|
rubocop-packaging (~> 0.5)
|
||||||
rubocop-performance (~> 1.22)
|
rubocop-performance (~> 1.22)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue