mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-27 14:57:42 +00:00
Bump rubocop from 1.64.0 to 1.64.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.0 to 1.64.1. - [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.64.0...v1.64.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0653446865
commit
c118fda9e0
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -6,7 +6,7 @@ gem 'minitest-ci', '~> 3.4'
|
|||
gem 'minitest-reporters', '~> 1.6'
|
||||
gem 'rake', '~> 13.2'
|
||||
gem 'rake-compiler', '~> 1.2'
|
||||
gem 'rubocop', '1.64.0'
|
||||
gem 'rubocop', '1.64.1'
|
||||
gem 'rubocop-minitest', '0.35.0'
|
||||
gem 'rubocop-packaging', '0.5.2'
|
||||
gem 'rubocop-performance', '1.21.0'
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ GEM
|
|||
minitest (>= 5.0)
|
||||
ruby-progressbar
|
||||
parallel (1.24.0)
|
||||
parser (3.3.1.0)
|
||||
parser (3.3.2.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
racc (1.8.0)
|
||||
|
|
@ -31,7 +31,7 @@ GEM
|
|||
regexp_parser (2.9.2)
|
||||
rexml (3.2.8)
|
||||
strscan (>= 3.0.9)
|
||||
rubocop (1.64.0)
|
||||
rubocop (1.64.1)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
|
|
@ -70,7 +70,7 @@ DEPENDENCIES
|
|||
minitest-reporters (~> 1.6)
|
||||
rake (~> 13.2)
|
||||
rake-compiler (~> 1.2)
|
||||
rubocop (= 1.64.0)
|
||||
rubocop (= 1.64.1)
|
||||
rubocop-minitest (= 0.35.0)
|
||||
rubocop-packaging (= 0.5.2)
|
||||
rubocop-performance (= 1.21.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue