Bump rubocop from 1.58.0 to 1.59.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.58.0 to 1.59.0. - [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.58.0...v1.59.0) --- 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
1c023e9d74
commit
90f6fc2213
2
Gemfile
2
Gemfile
|
@ -92,7 +92,7 @@ group :development, :test do
|
||||||
gem "rspec-mocks"
|
gem "rspec-mocks"
|
||||||
gem "rspec-rails", "~> 6.1"
|
gem "rspec-rails", "~> 6.1"
|
||||||
gem "rspec-sidekiq", "~> 4.1", require: false
|
gem "rspec-sidekiq", "~> 4.1", require: false
|
||||||
gem "rubocop", "~> 1.58"
|
gem "rubocop", "~> 1.59"
|
||||||
gem "rubocop-rails", "~> 2.23"
|
gem "rubocop-rails", "~> 2.23"
|
||||||
gem "shoulda-matchers", "~> 5.3"
|
gem "shoulda-matchers", "~> 5.3"
|
||||||
gem "simplecov", require: false
|
gem "simplecov", require: false
|
||||||
|
|
|
@ -403,7 +403,7 @@ GEM
|
||||||
rspec-mocks (~> 3.0)
|
rspec-mocks (~> 3.0)
|
||||||
sidekiq (>= 5, < 8)
|
sidekiq (>= 5, < 8)
|
||||||
rspec-support (3.12.1)
|
rspec-support (3.12.1)
|
||||||
rubocop (1.58.0)
|
rubocop (1.59.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
language_server-protocol (>= 3.17.0)
|
language_server-protocol (>= 3.17.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
|
@ -571,7 +571,7 @@ DEPENDENCIES
|
||||||
rspec-mocks
|
rspec-mocks
|
||||||
rspec-rails (~> 6.1)
|
rspec-rails (~> 6.1)
|
||||||
rspec-sidekiq (~> 4.1)
|
rspec-sidekiq (~> 4.1)
|
||||||
rubocop (~> 1.58)
|
rubocop (~> 1.59)
|
||||||
rubocop-rails (~> 2.23)
|
rubocop-rails (~> 2.23)
|
||||||
rubyzip (~> 2.3)
|
rubyzip (~> 2.3)
|
||||||
sanitize
|
sanitize
|
||||||
|
|
Loading…
Reference in New Issue