Skip to content

Commit 0f22035

Browse files
committed
Add ruby-lsp gem to optional group in Gemfile and update Gemfile.lock
1 parent 99e8d9e commit 0f22035

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ gem "simplecov"
2828
gem "yard"
2929

3030
gemspec
31+
32+
gem "ruby-lsp", "~> 0.26.4", group: :optional

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ GEM
188188
rubocop-rspec (3.8.0)
189189
lint_roller (~> 1.1)
190190
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)
191195
ruby-maven (3.9.3)
192196
ruby-maven-libs (~> 3.9.9)
193197
ruby-maven-libs (3.9.9)
@@ -261,6 +265,7 @@ DEPENDENCIES
261265
rubocop
262266
rubocop-rake
263267
rubocop-rspec
268+
ruby-lsp (~> 0.26.4)
264269
ruby-maven
265270
ruby-prof
266271
ruby-units!

0 commit comments

Comments
 (0)