diff --git a/Gemfile.lock b/Gemfile.lock index 2ff74f51..b22d04d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rails (0.2.10) + ruby-lsp-rails (0.3.0) actionpack (>= 6.0) activerecord (>= 6.0) railties (>= 6.0) diff --git a/lib/ruby_lsp_rails/version.rb b/lib/ruby_lsp_rails/version.rb index 38ba66a1..4d4303f4 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.2.10" + VERSION = "0.3.0" end end