From d5213252c38e4b59834a81d7b071b5013c84e697 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Fri, 3 May 2024 12:59:51 -0400 Subject: [PATCH] Bump version to v0.3.6 --- Gemfile.lock | 2 +- lib/ruby_lsp_rails/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a12fcab6..1bcfda6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - ruby-lsp-rails (0.3.5) + ruby-lsp-rails (0.3.6) ruby-lsp (>= 0.16.5, < 0.17.0) sorbet-runtime (>= 0.5.9897) diff --git a/lib/ruby_lsp_rails/version.rb b/lib/ruby_lsp_rails/version.rb index 0cf42284..932528a3 100644 --- a/lib/ruby_lsp_rails/version.rb +++ b/lib/ruby_lsp_rails/version.rb @@ -3,6 +3,6 @@ module RubyLsp module Rails - VERSION = "0.3.5" + VERSION = "0.3.6" end end