Bump rubocop from 1.24.1 to 1.25.0

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.24.1 to 1.25.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.24.1...v1.25.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:
dependabot[bot] 2022-01-19 00:02:39 +00:00 committed by GitHub
parent f7263d17c1
commit 57dd37ada3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@ end
group :development, :test do group :development, :test do
gem 'byebug' gem 'byebug'
gem 'listen' gem 'listen'
gem 'rubocop', '~> 1.24', require: false gem 'rubocop', '~> 1.25', require: false
end end
group :test do group :test do

View file

@ -212,7 +212,7 @@ GEM
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0) thor (>= 0.20.3, < 2.0)
rainbow (3.0.0) rainbow (3.1.1)
rake (13.0.6) rake (13.0.6)
rb-fsevent (0.11.0) rb-fsevent (0.11.0)
rb-inotify (0.10.1) rb-inotify (0.10.1)
@ -226,9 +226,9 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.10.0)
rspec-support (3.10.3) rspec-support (3.10.3)
rubocop (1.24.1) rubocop (1.25.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.0.0.0) parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0) regexp_parser (>= 1.8, < 3.0)
rexml rexml
@ -347,7 +347,7 @@ DEPENDENCIES
rails-dom-testing (~> 2.0.0) rails-dom-testing (~> 2.0.0)
rails_autolink rails_autolink
rspec-expectations rspec-expectations
rubocop (~> 1.24) rubocop (~> 1.25)
sanitize (~> 6.0) sanitize (~> 6.0)
sassc-rails (~> 2.1.2) sassc-rails (~> 2.1.2)
simplecov simplecov