diff --git a/Gemfile.lock b/Gemfile.lock index 332be4a5..f8d67382 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rails (0.3.20) + ruby-lsp-rails (0.3.21) ruby-lsp (>= 0.20.0, < 0.21.0) GEM diff --git a/lib/ruby_lsp_rails/version.rb b/lib/ruby_lsp_rails/version.rb index bcf3db27..a4a58b00 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.20" + VERSION = "0.3.21" end end