Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group across 1 directory with 2…
Browse files Browse the repository at this point in the history
… updates

Bumps the patch-and-minor-dependencies group with 2 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-performance](https://github.com/rubocop/rubocop-performance).


Updates `rubocop` from 1.60.2 to 1.66.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.60.2...v1.66.1)

Updates `rubocop-performance` from 1.20.2 to 1.21.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.20.2...v1.21.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent 5538604 commit f1d9ee9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :development do
gem 'htmlbeautifier', '~> 1.4'
gem 'pry', '~> 0.14.2'
gem 'rake', '~> 13.1'
gem 'rubocop', '~> 1.60.2', require: false
gem 'rubocop-performance', '~> 1.20.2', require: false
gem 'rubocop', '~> 1.66.1', require: false
gem 'rubocop-performance', '~> 1.21.1', require: false
gem 'solargraph', '~> 0.50.0', require: false
end
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,21 @@ GEM
rexml (3.3.7)
roda (3.83.0)
rack
rubocop (1.60.2)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.20.2)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
solargraph (0.50.0)
Expand Down Expand Up @@ -123,8 +122,8 @@ DEPENDENCIES
rackup (~> 2.1)
rake (~> 13.1)
roda (~> 3.76)
rubocop (~> 1.60.2)
rubocop-performance (~> 1.20.2)
rubocop (~> 1.66.1)
rubocop-performance (~> 1.21.1)
solargraph (~> 0.50.0)

BUNDLED WITH
Expand Down

0 comments on commit f1d9ee9

Please sign in to comment.