Skip to content

Commit

Permalink
build(deps-dev): bump the rubocop group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the rubocop group with 2 updates: [rubocop-performance](https://github.com/rubocop/rubocop-performance) and [rubocop-rails](https://github.com/rubocop/rubocop-rails).


Updates `rubocop-performance` from 1.21.1 to 1.22.1
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.21.1...v1.22.1)

Updates `rubocop-rails` from 2.26.1 to 2.26.2
- [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.1...v2.26.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
1 parent a79d31b commit c00b40e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ group :development, :test do
gem 'i18n-tasks', '~> 1.0.14'
gem 'rspec-rails', '~> 7.0.1'
gem 'rubocop', '~> 1.66.1'
gem 'rubocop-performance', '~> 1.21.1'
gem 'rubocop-rails', '~> 2.26.1'
gem 'rubocop-performance', '~> 1.22.1'
gem 'rubocop-rails', '~> 2.26.2'
gem 'rubocop-rspec', '~> 3.0.5'
gem 'rubocop-rspec_rails', '~> 2.30.0'
gem 'brakeman', '~> 6.2.1'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.14)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -324,10 +324,10 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.1)
rubocop-rails (2.26.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -359,7 +359,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand Down Expand Up @@ -403,8 +403,8 @@ DEPENDENCIES
roo (~> 2.10.1)
rspec-rails (~> 7.0.1)
rubocop (~> 1.66.1)
rubocop-performance (~> 1.21.1)
rubocop-rails (~> 2.26.1)
rubocop-performance (~> 1.22.1)
rubocop-rails (~> 2.26.2)
rubocop-rspec (~> 3.0.5)
rubocop-rspec_rails (~> 2.30.0)
simplecov (~> 0.22.0, >= 0.16.1)
Expand Down

0 comments on commit c00b40e

Please sign in to comment.