Skip to content

Commit

Permalink
Bump the dev-ruby-dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dev-ruby-dependencies group with 3 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [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.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 `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.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: 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 Oct 28, 2024
1 parent 57ee62a commit 53cc49f
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 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 "rubocop-rspec", "~> 3.2"
gem "ruby-lsp", "~> 0.20.1"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GEM
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
json (2.7.4)
language_server-protocol (3.17.0.3)
locale (2.1.4)
logger (1.6.1)
Expand All @@ -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 @@ -162,11 +162,11 @@ GEM
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.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.11618)
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)
rubocop-rspec (~> 3.2)
ruby-lsp (~> 0.20.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.7.4.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/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/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.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.11618.gem
Binary file not shown.

0 comments on commit 53cc49f

Please sign in to comment.