Skip to content

Commit

Permalink
Bump ruby-lsp-rails from 0.3.28 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [ruby-lsp-rails](https://github.com/Shopify/ruby-lsp-rails) from 0.3.28 to 0.4.0.
- [Release notes](https://github.com/Shopify/ruby-lsp-rails/releases)
- [Commits](Shopify/ruby-lsp-rails@v0.3.28...v0.4.0)

---
updated-dependencies:
- dependency-name: ruby-lsp-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent bf8ce6e commit 45cc359
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ group :development, :test do
gem "parallel_tests", "~> 4"
gem "rspec-json_expectations"
gem "rspec-rails"
gem "ruby-lsp-rails", "~> 0.3"
gem "ruby-lsp-rails", "~> 0.4"
gem "ruby-lsp-rspec"
gem "spring", "~> 4"
gem "webmock", "~> 3"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ GEM
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
redis (>= 4.2, < 6)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -435,7 +435,7 @@ GEM
prism (>= 1.2, < 2.0)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-lsp-rails (0.3.28)
ruby-lsp-rails (0.4.0)
ruby-lsp (>= 0.23.0, < 0.24.0)
ruby-lsp-rspec (0.1.20)
ruby-lsp (~> 0.23.0)
Expand Down Expand Up @@ -470,7 +470,7 @@ GEM
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
sorbet-runtime (0.5.11725)
sorbet-runtime (0.5.11812)
spring (4.2.1)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -599,7 +599,7 @@ DEPENDENCIES
rubocop-shopify
rubocop-thread_safety
ruby-lsp
ruby-lsp-rails (~> 0.3)
ruby-lsp-rails (~> 0.4)
ruby-lsp-rspec
selenium-webdriver (~> 4)
shoulda-matchers (~> 6)
Expand Down

0 comments on commit 45cc359

Please sign in to comment.