Skip to content

Commit

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


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

Updates `ruby-lsp` from 0.17.17 to 0.18.2
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.17.17...v0.18.2)

---
updated-dependencies:
- dependency-name: rubocop-performance
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Sep 23, 2024
1 parent 0ae5ad7 commit bf7e0a7
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :development do
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.22"
gem "rubocop-rspec", "~> 3.0"
gem "ruby-lsp", "~> 0.17"
gem "ruby-lsp", "~> 0.18"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-performance (1.22.0)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.0)
Expand All @@ -78,7 +78,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.5)
rubocop (~> 1.61)
ruby-lsp (0.17.17)
ruby-lsp (0.18.2)
language_server-protocol (~> 3.17.0)
prism (~> 1.0)
rbs (>= 3, < 4)
Expand All @@ -93,7 +93,7 @@ GEM
simplecov (< 1.0)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11553)
sorbet-runtime (0.5.11577)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
Expand All @@ -115,7 +115,7 @@ DEPENDENCIES
rubocop-github (~> 0.20)
rubocop-performance (~> 1.22)
rubocop-rspec (~> 3.0)
ruby-lsp (~> 0.17)
ruby-lsp (~> 0.18)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/rubocop-performance-1.22.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.22.1.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.17.17.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.18.2.gem
Binary file not shown.
Binary file removed vendor/cache/sorbet-runtime-0.5.11553.gem
Binary file not shown.
Binary file added vendor/cache/sorbet-runtime-0.5.11577.gem
Binary file not shown.

0 comments on commit bf7e0a7

Please sign in to comment.