mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Add Rails LSP plugin
This commit is contained in:
parent
dfb999b4c1
commit
18c044efa3
2 changed files with 15 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
ruby "3.3.0"
|
||||
ruby File.read(".ruby-version").strip
|
||||
|
||||
# Use main development branch of Rails
|
||||
gem "rails", github: "rails/rails", branch: "main"
|
||||
|
@ -66,6 +66,7 @@ group :development do
|
|||
# Use console on exceptions pages [https://github.com/rails/web-console]
|
||||
gem "web-console"
|
||||
gem "hotwire-livereload"
|
||||
gem "ruby-lsp-rails"
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue