diff --git a/Gemfile.lock b/Gemfile.lock index fcb38a5..6f66db5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rspec (0.1.17) + ruby-lsp-rspec (0.1.18) ruby-lsp (~> 0.21.0) GEM diff --git a/lib/ruby_lsp_rspec/version.rb b/lib/ruby_lsp_rspec/version.rb index 1b28a57..5325164 100644 --- a/lib/ruby_lsp_rspec/version.rb +++ b/lib/ruby_lsp_rspec/version.rb @@ -3,6 +3,6 @@ module RubyLsp module RSpec - VERSION = "0.1.17" + VERSION = "0.1.18" end end