Skip to content

Commit

Permalink
Bump the dev-ruby-dependencies group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dev-ruby-dependencies group with 4 updates in the / directory: [rubocop](/~https://github.com/rubocop/rubocop), [rubocop-performance](/~https://github.com/rubocop/rubocop-performance), [rubocop-rspec](/~https://github.com/rubocop/rubocop-rspec) and [ruby-lsp](/~https://github.com/Shopify/ruby-lsp).


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

Updates `rubocop-performance` from 1.22.1 to 1.23.0
- [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.22.1...v1.23.0)

Updates `rubocop-rspec` from 3.1.0 to 3.2.0
- [Release notes](/~https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](/~https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v3.1.0...v3.2.0)

Updates `ruby-lsp` from 0.19.1 to 0.22.1
- [Release notes](/~https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.19.1...v0.22.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-ruby-dependencies
- dependency-name: rubocop-performance
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-ruby-dependencies
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-ruby-dependencies
- dependency-name: ruby-lsp
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-ruby-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 57ee62a commit 31a6c4a
Show file tree
Hide file tree
Showing 27 changed files with 25 additions and 23 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ gem "redacting-logger", "~> 1.4.0"
group :development do
gem "irb", "~> 1.14"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.66"
gem "rubocop", "~> 1.69"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.22"
gem "rubocop-rspec", "~> 3.1"
gem "ruby-lsp", "~> 0.19.1"
gem "rubocop-performance", "~> 1.23"
gem "rubocop-rspec", "~> 3.2"
gem "ruby-lsp", "~> 0.22.1"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
40 changes: 21 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ GEM
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
json (2.8.2)
language_server-protocol (3.17.0.3)
locale (2.1.4)
logger (1.6.1)
logger (1.6.2)
minitest (5.25.1)
multi_json (1.15.0)
mustermann (3.0.3)
Expand All @@ -99,13 +99,13 @@ GEM
nio4r (2.7.3)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
prime (0.1.2)
forwardable
singleton
prism (1.1.0)
prism (1.2.0)
psych (5.1.2)
stringio
puma (6.4.3)
Expand All @@ -122,7 +122,7 @@ GEM
psych (>= 4.0.0)
redacting-logger (1.4.0)
logger (~> 1.6)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
reline (0.5.10)
io-console (~> 0.5)
rspec (3.13.0)
Expand All @@ -138,35 +138,35 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.66.1)
rubocop (1.69.0)
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)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-github (0.20.0)
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-performance (1.22.1)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.23.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (3.1.0)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-lsp (0.19.1)
ruby-lsp (0.22.1)
language_server-protocol (~> 3.17.0)
prism (>= 1.1, < 2.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
Expand All @@ -181,12 +181,14 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
singleton (0.2.0)
sorbet-runtime (0.5.11600)
sorbet-runtime (0.5.11670)
stringio (3.1.1)
text (1.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.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)
webrick (1.8.2)
zeitwerk (2.6.18)

Expand All @@ -212,11 +214,11 @@ DEPENDENCIES
rackup (~> 2.1)
redacting-logger (~> 1.4.0)
rspec (~> 3.13)
rubocop (~> 1.66)
rubocop (~> 1.69)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.22)
rubocop-rspec (~> 3.1)
ruby-lsp (~> 0.19.1)
rubocop-performance (~> 1.23)
rubocop-rspec (~> 3.2)
ruby-lsp (~> 0.22.1)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/json-2.7.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.8.2.gem
Binary file not shown.
Binary file removed vendor/cache/logger-1.6.1.gem
Binary file not shown.
Binary file added vendor/cache/logger-1.6.2.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.5.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/prism-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/prism-1.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.9.2.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.9.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.66.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.69.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.32.3.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.36.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.22.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.23.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-3.1.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.19.1.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.22.1.gem
Binary file not shown.
Binary file removed vendor/cache/sorbet-runtime-0.5.11600.gem
Binary file not shown.
Binary file added vendor/cache/sorbet-runtime-0.5.11670.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.6.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-3.1.2.gem
Binary file not shown.
Binary file added vendor/cache/unicode-emoji-4.0.4.gem
Binary file not shown.

0 comments on commit 31a6c4a

Please sign in to comment.