From 4c62279687dc491be4a8227449a9d384cb357f4e Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 27 Nov 2024 22:14:59 +0000 Subject: [PATCH] Bump version to v0.1.19 --- Gemfile.lock | 2 +- lib/ruby_lsp_rspec/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 54d41f7..c945337 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rspec (0.1.18) + ruby-lsp-rspec (0.1.19) ruby-lsp (~> 0.22.0) GEM diff --git a/lib/ruby_lsp_rspec/version.rb b/lib/ruby_lsp_rspec/version.rb index 5325164..d60139c 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.18" + VERSION = "0.1.19" end end