Skip to content

Commit

Permalink
build(deps-dev): bump rubocop-rails from 2.26.2 to 2.27.0
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]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 9a1dcf1 commit d89c5ff
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 @@ -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.1'
gem 'rubocop-rspec_rails'
gem 'rubocop-sequel', '~> 0.3.4'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.5.6)
json (2.7.2)
json (2.7.4)
json-diff (0.4.1)
json-schema (5.0.1)
addressable (~> 2.8)
Expand Down 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.1)
rubocop-rspec_rails
rubocop-sequel (~> 0.3.4)
Expand Down

0 comments on commit d89c5ff

Please sign in to comment.