Bump rubocop from 1.62.1 to 1.63.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.63.2. - [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.62.1...v1.63.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b986816691
commit
9a1d207485
2
Gemfile
2
Gemfile
|
@ -94,7 +94,7 @@ group :development, :test do
|
|||
gem "rspec-mocks"
|
||||
gem "rspec-rails", "~> 6.1"
|
||||
gem "rspec-sidekiq", "~> 4.1", require: false
|
||||
gem "rubocop", "~> 1.62"
|
||||
gem "rubocop", "~> 1.63"
|
||||
gem "rubocop-rails", "~> 2.24"
|
||||
gem "shoulda-matchers", "~> 6.2"
|
||||
gem "simplecov", require: false
|
||||
|
|
|
@ -226,7 +226,7 @@ GEM
|
|||
ruby-vips (>= 2.0.17, < 3)
|
||||
jsbundling-rails (1.3.0)
|
||||
railties (>= 6.0.0)
|
||||
json (2.7.1)
|
||||
json (2.7.2)
|
||||
json-schema (4.3.0)
|
||||
addressable (>= 2.8)
|
||||
jwt (2.8.1)
|
||||
|
@ -409,7 +409,7 @@ GEM
|
|||
rspec-mocks (~> 3.0)
|
||||
sidekiq (>= 5, < 8)
|
||||
rspec-support (3.13.1)
|
||||
rubocop (1.62.1)
|
||||
rubocop (1.63.2)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
|
@ -588,7 +588,7 @@ DEPENDENCIES
|
|||
rspec-mocks
|
||||
rspec-rails (~> 6.1)
|
||||
rspec-sidekiq (~> 4.1)
|
||||
rubocop (~> 1.62)
|
||||
rubocop (~> 1.63)
|
||||
rubocop-rails (~> 2.24)
|
||||
rubyzip (~> 2.3)
|
||||
sanitize
|
||||
|
|
Loading…
Reference in New Issue