refactor devcontainer for simpler ruby install

This commit is contained in:
Dylan Knutson
2025-07-20 17:36:28 +00:00
parent 6ba5a70bb5
commit 198ab946d7
10 changed files with 77 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ group :development do
gem "bundler-audit"
gem "lefthook"
gem "tapioca", "~> 0.17"
gem "ruby-lsp-rspec", require: false
end
group :development, :test do