-
- Downloads
Add devcontainer config and upgrade Ruby
.devcontainer/devcontainer.json
0 → 100644
source "https://rubygems.org" | ||
ruby "3.2.0" | ||
ruby "3.2.5" | ||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" | ||
gem "rails", "~> 7.1.2" | ||
... | ... |
Please register or sign in to comment