Skip to content

Commit 6b6a710

Browse files
authored
chore(deps/dev): add ruby-lsp-rspec for improved language server support (#43)
1 parent 859907a commit 6b6a710

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
@@ -13,4 +13,5 @@ group :development, :test do
1313
gem 'rspec-expectations'
1414
gem 'rspec-mocks'
1515
gem 'rubocop'
16+
gem 'ruby-lsp-rspec', require: false if RUBY_VERSION >= '3.0'
1617
end

0 commit comments

Comments
 (0)