Skip to content

Commit dd15f1a

Browse files
committed
Add ruby-lsp as an optional dependency
This provides an LSP interface to the codebase, allowing for easier navigation, searching, etc. in editors that support LSP.
1 parent b727708 commit dd15f1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ gem "rspec", "~> 3.8"
1414
gem "rspec-wait"
1515
gem "rubocop", "~> 1.22"
1616
gem "rubocop-rake", require: false
17+
gem "ruby-lsp", require: false
1718
gem "sinatra", "~> 3.2"
1819
gem "yard", "~> 0.9", require: false
1920

0 commit comments

Comments
 (0)