Skip to content

Commit

Permalink
fix: 🚀 bundler: bump rubocop-rails from 2.25.1 to 2.26.0 (#734)
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:production
  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 Sep 1, 2024
1 parent 6297dee commit edace7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem "rubocop-md", "~> 1.2.2"
gem "rubocop-minitest", "~> 0.35.1"
gem "rubocop-packaging", "~> 0.5.2"
gem "rubocop-performance", "~> 1.21.1"
gem "rubocop-rails", "~> 2.25.1"
gem "rubocop-rails", "~> 2.26.0"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 3.0"
gem "rubocop-thread_safety", "~> 0.5.1"
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ GEM
reline (>= 0.4.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
minitest (5.25.1)
parallel (1.25.1)
parser (3.3.4.0)
mutex_m (0.2.0)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
psych (5.1.2)
stringio
racc (1.8.1)
rack (3.1.5)
rack (3.1.7)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.6.3.1)
Expand Down Expand Up @@ -83,7 +83,7 @@ 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-changes (0.8.1)
git_diff_parser (~> 3.2)
Expand All @@ -105,10 +105,10 @@ GEM
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
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-rake (0.6.0)
rubocop (~> 1.0)
Expand Down Expand Up @@ -151,7 +151,7 @@ DEPENDENCIES
rubocop-minitest (~> 0.35.1)
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.21.1)
rubocop-rails (~> 2.25.1)
rubocop-rails (~> 2.26.0)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.0)
rubocop-thread_safety (~> 0.5.1)
Expand Down

0 comments on commit edace7c

Please sign in to comment.