Skip to content

Commit

Permalink
Bump the dev-ruby-dependencies across 1 directories with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev-ruby-dependencies 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.59.0 to 1.60.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.59.0...v1.60.1)

Updates `ruby-lsp` from 0.13.2 to 0.13.4
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.13.2...v0.13.4)

---
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-patch
  dependency-group: dev-ruby-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 238cba4 commit c3c90a3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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.1.0"
group :development do
gem "irb", "~> 1.9"
gem "rspec", "~> 3.12"
gem "rubocop", "~> 1.56"
gem "rubocop", "~> 1.60"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.19"
gem "rubocop-rspec", "~> 2.24"
gem "ruby-lsp", "~> 0.13.2"
gem "ruby-lsp", "~> 0.13.4"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
net-ldap (0.19.0)
nio4r (2.7.0)
parallel (1.24.0)
parser (3.3.0.2)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
prime (0.1.2)
Expand Down Expand Up @@ -157,11 +157,11 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.59.0)
rubocop (1.60.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -190,10 +190,10 @@ GEM
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-lsp (0.13.2)
ruby-lsp (0.13.4)
language_server-protocol (~> 3.17.0)
prism (>= 0.19.0, < 0.20)
sorbet-runtime (>= 0.5.5685)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
Expand All @@ -205,7 +205,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
singleton (0.2.0)
sorbet-runtime (0.5.11180)
sorbet-runtime (0.5.11214)
stringio (3.1.0)
text (1.3.1)
tzinfo (2.0.6)
Expand Down Expand Up @@ -236,11 +236,11 @@ DEPENDENCIES
rackup (~> 2.1)
redacting-logger (~> 1.1.0)
rspec (~> 3.12)
rubocop (~> 1.56)
rubocop (~> 1.60)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.19)
rubocop-rspec (~> 2.24)
ruby-lsp (~> 0.13.2)
ruby-lsp (~> 0.13.4)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/parser-3.3.0.2.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.0.5.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.59.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.60.1.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.13.2.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.13.4.gem
Binary file not shown.
Binary file removed vendor/cache/sorbet-runtime-0.5.11180.gem
Binary file not shown.
Binary file added vendor/cache/sorbet-runtime-0.5.11214.gem
Binary file not shown.

0 comments on commit c3c90a3

Please sign in to comment.