Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent 3d7cc15 commit 6f9a2d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ group :test do
end

group :linter do
gem 'rubocop', '~> 1.57.1'
gem 'rubocop', '~> 1.57.2'
gem 'rubocop-rails', '~> 2.21.2'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-capybara', '~> 2.19.0'
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,7 @@ GEM
actionpack (>= 5.2.0)
rspec-core
rspec-support (3.12.1)
rubocop (1.57.1)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -478,7 +477,7 @@ DEPENDENCIES
rails (~> 7.0.0)
redis (~> 5.0)
rspec-openapi
rubocop (~> 1.57.1)
rubocop (~> 1.57.2)
rubocop-capybara (~> 2.19.0)
rubocop-performance (~> 1.19.0)
rubocop-rails (~> 2.21.2)
Expand Down

0 comments on commit 6f9a2d6

Please sign in to comment.