Skip to content

Commit

Permalink
build(deps-dev): bump rubocop-rails from 2.26.2 to 2.27.0 (#4046)
Browse files Browse the repository at this point in the history
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.26.2 to 2.27.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.26.2...v2.27.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent d81aed8 commit cc0728d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ group :test do
gem 'rubocop', '~> 1.67.0'
gem 'rubocop-capybara'
gem 'rubocop-factory_bot'
gem 'rubocop-rails', '~> 2.26'
gem 'rubocop-rails', '~> 2.27'
gem 'rubocop-rspec', '~> 3.2'
gem 'rubocop-rspec_rails'
gem 'rubocop-sequel', '~> 0.3.4'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-rails (2.26.2)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -662,7 +662,7 @@ DEPENDENCIES
rubocop (~> 1.67.0)
rubocop-capybara
rubocop-factory_bot
rubocop-rails (~> 2.26)
rubocop-rails (~> 2.27)
rubocop-rspec (~> 3.2)
rubocop-rspec_rails
rubocop-sequel (~> 0.3.4)
Expand Down

0 comments on commit cc0728d

Please sign in to comment.