mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Merge pull request #110 from samsonjs/dependabot/bundler/rubocop-1.65.1
Bump rubocop from 1.65.0 to 1.65.1
This commit is contained in:
commit
9c4bd852b6
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.65.0'
|
||||
gem 'rubocop', '1.65.1'
|
||||
gem 'rubocop-minitest', '0.35.1'
|
||||
gem 'rubocop-packaging', '0.5.2'
|
||||
gem 'rubocop-performance', '1.21.1'
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@ GEM
|
|||
rake-compiler (1.2.7)
|
||||
rake
|
||||
regexp_parser (2.9.2)
|
||||
rexml (3.3.2)
|
||||
rexml (3.3.4)
|
||||
strscan
|
||||
rubocop (1.65.0)
|
||||
rubocop (1.65.1)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
|
|
@ -71,7 +71,7 @@ DEPENDENCIES
|
|||
minitest-reporters (~> 1.6)
|
||||
rake (~> 13.2)
|
||||
rake-compiler (~> 1.2)
|
||||
rubocop (= 1.65.0)
|
||||
rubocop (= 1.65.1)
|
||||
rubocop-minitest (= 0.35.1)
|
||||
rubocop-packaging (= 0.5.2)
|
||||
rubocop-performance (= 1.21.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue