Skip to content

Commit

Permalink
build(deps-dev): bump rubocop-rails from 2.25.1 to 2.26.0 (#3940)
Browse files Browse the repository at this point in the history
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.25.1 to 2.26.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.25.1...v2.26.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 Aug 27, 2024
1 parent 64d75d9 commit c352e03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.65.1'
gem 'rubocop-capybara'
gem 'rubocop-factory_bot'
gem 'rubocop-rails', '~> 2.25'
gem 'rubocop-rails', '~> 2.26'
gem 'rubocop-rspec', '~> 3.0'
gem 'rubocop-rspec_rails'
gem 'rubocop-sequel', '~> 0.3.4'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ GEM
mime-types-data (3.2024.0702)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.0)
minitest (5.25.1)
mock_redis (0.44.0)
ms_rest (0.6.4)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -355,10 +355,10 @@ GEM
os (1.1.4)
ostruct (0.6.0)
palm_civet (1.1.0)
parallel (1.25.1)
parallel (1.26.3)
parallel_tests (4.7.1)
parallel
parser (3.3.4.0)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.5.7)
Expand Down Expand Up @@ -479,16 +479,16 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-rails (2.25.1)
rubocop-rails (2.26.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
Expand Down Expand Up @@ -659,7 +659,7 @@ DEPENDENCIES
rubocop (~> 1.65.1)
rubocop-capybara
rubocop-factory_bot
rubocop-rails (~> 2.25)
rubocop-rails (~> 2.26)
rubocop-rspec (~> 3.0)
rubocop-rspec_rails
rubocop-sequel (~> 0.3.4)
Expand Down

0 comments on commit c352e03

Please sign in to comment.