Bump rubocop-rails from 2.13.1 to 2.15.2

Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.13.1 to 2.15.2.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.13.1...v2.15.2)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-09 01:11:38 +00:00 committed by Georg Gadinger
parent 476894d7af
commit a088626d55
2 changed files with 9 additions and 9 deletions

View File

@ -93,7 +93,7 @@ group :development, :test do
gem "rspec-rails", "~> 5.1"
gem "rspec-sidekiq", "~> 3.0", require: false
gem "rubocop", "~> 1.22", ">= 1.22.1"
gem "rubocop-rails", "~> 2.13", ">= 2.13.1"
gem "rubocop-rails", "~> 2.15"
gem "shoulda-matchers", "~> 5.0"
gem "simplecov", require: false
gem "simplecov-cobertura", require: false

View File

@ -337,8 +337,8 @@ GEM
omniauth-oauth (~> 1.1)
rack
orm_adapter (0.5.0)
parallel (1.21.0)
parser (3.1.0.0)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
pg (1.4.1)
pghero (2.8.3)
@ -408,7 +408,7 @@ GEM
ffi (~> 1.0)
redcarpet (3.5.1)
redis (4.5.1)
regexp_parser (2.2.0)
regexp_parser (2.5.0)
request_store (1.5.1)
rack (>= 1.4)
responders (3.0.1)
@ -453,9 +453,9 @@ GEM
rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
rubocop-rails (2.13.1)
rubocop-ast (1.18.0)
parser (>= 3.1.1.0)
rubocop-rails (2.15.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
@ -548,7 +548,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8)
unicode-display_width (2.1.0)
unicode-display_width (2.2.0)
uniform_notifier (1.16.0)
warden (1.2.9)
rack (>= 2.0.9)
@ -630,7 +630,7 @@ DEPENDENCIES
rspec-rails (~> 5.1)
rspec-sidekiq (~> 3.0)
rubocop (~> 1.22, >= 1.22.1)
rubocop-rails (~> 2.13, >= 2.13.1)
rubocop-rails (~> 2.15)
ruby-progressbar
sanitize
sass-rails (~> 5.0)