diff --git a/Gemfile.lock b/Gemfile.lock index 3ea3b27..74ed3a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rspec (0.1.7) + ruby-lsp-rspec (0.1.8) ruby-lsp (~> 0.13.0) GEM diff --git a/lib/ruby_lsp_rspec/version.rb b/lib/ruby_lsp_rspec/version.rb index d8bb31d..fbe00cc 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.7" + VERSION = "0.1.8" end end