inital commit

This commit is contained in:
Dylan Knutson
2025-07-12 09:41:45 -07:00
commit fd82eafb50
3 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/ruby
{
"name": "Ruby",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.4-bullseye",
"features": {
"ghcr.io/meaningful-ooo/devcontainer-features/fish:2": {},
"ghcr.io/nikobockerman/devcontainer-features/fish-persistent-data:2": {}
},
"customizations": {
"vscode": {
"extensions": [
"Shopify.ruby-extensions-pack",
"dbaeumer.vscode-eslint",
"aliariff.vscode-erb-beautify",
"KoichiSasada.vscode-rdbg",
"qwtel.sqlite-viewer",
"esbenp.prettier-vscode",
"ms-azuretools.vscode-docker"
]
}
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "ruby --version",
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

7
Gemfile Normal file
View File

@@ -0,0 +1,7 @@
# frozen_string_literal: true
source "https://rubygems.org"
ruby "~> 3.4"
# gem "rails"

15
Gemfile.lock Normal file
View File

@@ -0,0 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
PLATFORMS
aarch64-linux
ruby
DEPENDENCIES
RUBY VERSION
ruby 3.4.4p34
BUNDLED WITH
2.6.7