We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859907a commit 6b6a710Copy full SHA for 6b6a710
Gemfile
@@ -13,4 +13,5 @@ group :development, :test do
13
gem 'rspec-expectations'
14
gem 'rspec-mocks'
15
gem 'rubocop'
16
+ gem 'ruby-lsp-rspec', require: false if RUBY_VERSION >= '3.0'
17
end
0 commit comments