diff --git a/Gemfile b/Gemfile index 1a8784f..48783e4 100644 --- a/Gemfile +++ b/Gemfile @@ -13,4 +13,5 @@ group :development, :test do gem 'rspec-expectations' gem 'rspec-mocks' gem 'rubocop' + gem 'ruby-lsp-rspec', require: false if RUBY_VERSION >= '3.0' end