Skip to content

Commit

Permalink
Bump rubocop
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 1 update in the / directory: [rubocop](https://github.com/rubocop/rubocop).


Updates `rubocop` from 1.68.0 to 1.69.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.68.0...v1.69.1)

---
updated-dependencies:
- dependency-name: rubocop
  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 and simonneutert committed Dec 7, 2024
1 parent e250c6c commit 99e72cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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.0'
gem 'rake', '~> 13.1'
gem 'rubocop', '~> 1.68.0', require: false
gem 'rubocop', '~> 1.69.1', require: false
gem 'rubocop-performance', '~> 1.23.0', require: false
gem 'solargraph', '~> 0.50.0', require: false
end
20 changes: 11 additions & 9 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.8.2)
json (2.9.0)
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,23 +62,23 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
rbs (2.8.4)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.9)
roda (3.86.0)
rack
rubocop (1.68.0)
rubocop (1.69.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 (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
Expand All @@ -102,7 +102,9 @@ GEM
yard (~> 0.9, >= 0.9.24)
thor (1.3.2)
tilt (2.4.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
yard (0.9.37)

Expand All @@ -122,7 +124,7 @@ DEPENDENCIES
rackup (~> 2.2)
rake (~> 13.1)
roda (~> 3.86)
rubocop (~> 1.68.0)
rubocop (~> 1.69.1)
rubocop-performance (~> 1.23.0)
solargraph (~> 0.50.0)

Expand Down

0 comments on commit 99e72cb

Please sign in to comment.