We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e8d9e commit 0f22035Copy full SHA for 0f22035
2 files changed
Gemfile
@@ -28,3 +28,5 @@ gem "simplecov"
28
gem "yard"
29
30
gemspec
31
+
32
+gem "ruby-lsp", "~> 0.26.4", group: :optional
Gemfile.lock
@@ -188,6 +188,10 @@ GEM
188
rubocop-rspec (3.8.0)
189
lint_roller (~> 1.1)
190
rubocop (~> 1.81)
191
+ ruby-lsp (0.26.4)
192
+ language_server-protocol (~> 3.17.0)
193
+ prism (>= 1.2, < 2.0)
194
+ rbs (>= 3, < 5)
195
ruby-maven (3.9.3)
196
ruby-maven-libs (~> 3.9.9)
197
ruby-maven-libs (3.9.9)
@@ -261,6 +265,7 @@ DEPENDENCIES
261
265
rubocop
262
266
rubocop-rake
263
267
rubocop-rspec
268
+ ruby-lsp (~> 0.26.4)
264
269
ruby-maven
270
ruby-prof
271
ruby-units!
0 commit comments