mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Merge pull request #65 from samsonjs/dependabot/bundler/rubocop-1.54.0
Bump rubocop from 1.52.1 to 1.54.0
This commit is contained in:
commit
fd6958aaa4
2 changed files with 5 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -6,7 +6,7 @@ gem 'minitest-ci', '~> 3.4'
|
|||
gem 'minitest-reporters', '~> 1.3'
|
||||
gem 'rake', '~> 13.0'
|
||||
gem 'rake-compiler', '~> 1.2'
|
||||
gem 'rubocop', '1.52.1'
|
||||
gem 'rubocop', '1.54.0'
|
||||
gem 'rubocop-minitest', '0.31.0'
|
||||
gem 'rubocop-packaging', '0.5.2'
|
||||
gem 'rubocop-performance', '1.18.0'
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ GEM
|
|||
ast (2.4.2)
|
||||
builder (3.2.4)
|
||||
json (2.6.3)
|
||||
language_server-protocol (3.17.0.3)
|
||||
minitest (5.18.0)
|
||||
minitest-ci (3.4.0)
|
||||
minitest (>= 5.0.6)
|
||||
|
|
@ -29,8 +30,9 @@ GEM
|
|||
rake
|
||||
regexp_parser (2.8.1)
|
||||
rexml (3.2.5)
|
||||
rubocop (1.52.1)
|
||||
rubocop (1.54.0)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.2.2.3)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
|
|
@ -64,7 +66,7 @@ DEPENDENCIES
|
|||
minitest-reporters (~> 1.3)
|
||||
rake (~> 13.0)
|
||||
rake-compiler (~> 1.2)
|
||||
rubocop (= 1.52.1)
|
||||
rubocop (= 1.54.0)
|
||||
rubocop-minitest (= 0.31.0)
|
||||
rubocop-packaging (= 0.5.2)
|
||||
rubocop-performance (= 1.18.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue