Skip to content

Commit

Permalink
Bump rubocop from 1.56.0 to 1.56.4
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.0 to 1.56.4.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.56.0...v1.56.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 4bc3e67 commit 35169a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ group :development do
gem 'listen', '~> 3.8'
gem 'rails_best_practices', '~> 1.20'
gem 'reek', '~> 6.1', '>= 6.1.1'
gem 'rubocop', '~> 1.55', require: false
gem 'rubocop', '~> 1.56', require: false
gem 'rubocop-factory_bot', '~> 2.23', '>= 2.23.1', require: false
gem 'rubocop-performance', '~> 1.19', require: false
gem 'rubocop-rails', '~> 2.20', '>= 2.20.2', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ GEM
parallel (1.23.0)
parallel_tests (4.2.2)
parallel
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -407,7 +407,7 @@ GEM
activesupport (>= 3.0.0)
mustache (~> 1.0, >= 0.99.4)
rspec (~> 3.0)
rubocop (1.56.0)
rubocop (1.56.4)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -543,7 +543,7 @@ DEPENDENCIES
reek (~> 6.1, >= 6.1.1)
rspec-rails (~> 6.0)
rspec_api_documentation (~> 6.1.0)
rubocop (~> 1.55)
rubocop (~> 1.56)
rubocop-factory_bot (~> 2.23, >= 2.23.1)
rubocop-performance (~> 1.19)
rubocop-rails (~> 2.20, >= 2.20.2)
Expand Down

0 comments on commit 35169a0

Please sign in to comment.