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.69.2 to 1.70.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.2...v1.70.0)

Updates `rubocop-performance` from 1.23.0 to 1.23.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.23.0...v1.23.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-patch
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2025
1 parent b284424 commit 2382d00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.15.2'
gem 'rake', '~> 13.1'
gem 'rubocop', '~> 1.69.2', require: false
gem 'rubocop-performance', '~> 1.23.0', require: false
gem 'rubocop', '~> 1.70.0', require: false
gem 'rubocop-performance', '~> 1.23.1', require: false
gem 'solargraph', '~> 0.50.0', require: false
end
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.6.0)
json (2.9.0)
json (2.9.1)
ka-ching-client (0.6.2)
faraday (>= 2.7.10, < 2.12.0)
httpx (>= 1.0.0, < 1.4.0)
Expand Down Expand Up @@ -62,13 +62,13 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
rbs (2.8.4)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.9)
roda (3.87.0)
rack
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -80,7 +80,7 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
Expand All @@ -102,7 +102,7 @@ GEM
yard (~> 0.9, >= 0.9.24)
thor (1.3.2)
tilt (2.4.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
Expand All @@ -124,8 +124,8 @@ DEPENDENCIES
rackup (~> 2.2)
rake (~> 13.1)
roda (~> 3.87)
rubocop (~> 1.69.2)
rubocop-performance (~> 1.23.0)
rubocop (~> 1.70.0)
rubocop-performance (~> 1.23.1)
solargraph (~> 0.50.0)

BUNDLED WITH
Expand Down

0 comments on commit 2382d00

Please sign in to comment.