mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Update rubocop and rubocop-minitest
This commit is contained in:
parent
17166a8a1a
commit
8eb47467d5
2 changed files with 10 additions and 10 deletions
4
Gemfile
4
Gemfile
|
|
@ -6,8 +6,8 @@ gem 'minitest-ci', '~> 3.4'
|
|||
gem 'minitest-reporters', '~> 1.6'
|
||||
gem 'rake', '~> 13.2'
|
||||
gem 'rake-compiler', '~> 1.2'
|
||||
gem 'rubocop', '1.64.1'
|
||||
gem 'rubocop-minitest', '0.35.0'
|
||||
gem 'rubocop', '1.65.0'
|
||||
gem 'rubocop-minitest', '0.35.1'
|
||||
gem 'rubocop-packaging', '0.5.2'
|
||||
gem 'rubocop-performance', '1.21.1'
|
||||
gem 'rubocop-rake', '0.6.0'
|
||||
|
|
|
|||
16
Gemfile.lock
16
Gemfile.lock
|
|
@ -20,31 +20,31 @@ GEM
|
|||
minitest (>= 5.0)
|
||||
ruby-progressbar
|
||||
parallel (1.25.1)
|
||||
parser (3.3.3.0)
|
||||
parser (3.3.4.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
racc (1.8.0)
|
||||
racc (1.8.1)
|
||||
rainbow (3.1.1)
|
||||
rake (13.2.1)
|
||||
rake-compiler (1.2.7)
|
||||
rake
|
||||
regexp_parser (2.9.2)
|
||||
rexml (3.3.1)
|
||||
rexml (3.3.2)
|
||||
strscan
|
||||
rubocop (1.64.1)
|
||||
rubocop (1.65.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 (>= 1.8, < 3.0)
|
||||
regexp_parser (>= 2.4, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.31.3)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-minitest (0.35.0)
|
||||
rubocop-minitest (0.35.1)
|
||||
rubocop (>= 1.61, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-packaging (0.5.2)
|
||||
|
|
@ -71,8 +71,8 @@ DEPENDENCIES
|
|||
minitest-reporters (~> 1.6)
|
||||
rake (~> 13.2)
|
||||
rake-compiler (~> 1.2)
|
||||
rubocop (= 1.64.1)
|
||||
rubocop-minitest (= 0.35.0)
|
||||
rubocop (= 1.65.0)
|
||||
rubocop-minitest (= 0.35.1)
|
||||
rubocop-packaging (= 0.5.2)
|
||||
rubocop-performance (= 1.21.1)
|
||||
rubocop-rake (= 0.6.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue