diff --git a/Gemfile.lock b/Gemfile.lock index 3dd2b06b..367d4440 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - ruby-lsp-rails (0.3.9) + ruby-lsp-rails (0.3.10) ruby-lsp (>= 0.17.2, < 0.18.0) GEM diff --git a/lib/ruby_lsp_rails/version.rb b/lib/ruby_lsp_rails/version.rb index 51feab11..e32f7ff7 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.9" + VERSION = "0.3.10" end end