Skip to content

Commit

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


Updates `rubocop` from 1.66.1 to 1.67.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.67.0)

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

---
updated-dependencies:
- dependency-name: rubocop
  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 Oct 21, 2024
1 parent 57ee62a commit a020952
Show file tree
Hide file tree
Showing 10 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 @@ -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.67"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.22"
gem "rubocop-rspec", "~> 3.1"
gem "ruby-lsp", "~> 0.19.1"
gem "ruby-lsp", "~> 0.20.1"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
prime (0.1.2)
forwardable
singleton
prism (1.1.0)
prism (1.2.0)
psych (5.1.2)
stringio
puma (6.4.3)
Expand Down Expand Up @@ -138,7 +138,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -164,9 +164,9 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
ruby-lsp (0.19.1)
ruby-lsp (0.20.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,7 +181,7 @@ 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.11609)
stringio (3.1.1)
text (1.3.1)
tzinfo (2.0.6)
Expand Down Expand Up @@ -212,11 +212,11 @@ DEPENDENCIES
rackup (~> 2.1)
redacting-logger (~> 1.4.0)
rspec (~> 3.13)
rubocop (~> 1.66)
rubocop (~> 1.67)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.22)
rubocop-rspec (~> 3.1)
ruby-lsp (~> 0.19.1)
ruby-lsp (~> 0.20.1)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
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/rubocop-1.66.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.67.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.20.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.11609.gem
Binary file not shown.

0 comments on commit a020952

Please sign in to comment.