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