diff --git a/Gemfile.lock b/Gemfile.lock index 8a927a9..56c04c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rspec (0.1.14) + ruby-lsp-rspec (0.1.15) ruby-lsp (~> 0.19.0) GEM diff --git a/lib/ruby_lsp_rspec/version.rb b/lib/ruby_lsp_rspec/version.rb index 8570d96..f8b2812 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.14" + VERSION = "0.1.15" end end