1
0
Fork 0
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:
Josh Brown 2024-02-02 17:01:16 +00:00
parent dfb999b4c1
commit 18c044efa3
2 changed files with 15 additions and 1 deletions

View file

@ -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