diff --git a/Gemfile.lock b/Gemfile.lock index 01c8de7c..da442c91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rails (0.3.27) + ruby-lsp-rails (0.3.28) ruby-lsp (>= 0.23.0, < 0.24.0) GEM diff --git a/lib/ruby_lsp_rails/version.rb b/lib/ruby_lsp_rails/version.rb index 732887e8..034751f4 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.27" + VERSION = "0.3.28" end end