summaryrefslogtreecommitdiff
path: root/snippets/hyperstack/Gemfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-15 22:35:45 +0200
committerPaul Buetow <paul@buetow.org>2026-03-15 22:35:45 +0200
commit9e19e9d14ef1e08b26fc474cbc9793f0316fd91f (patch)
tree879a3695ec3e8cc28a956354b2b6a5607a12d3a9 /snippets/hyperstack/Gemfile
parent8aa29fa99876e3cce1822c295d8e5b412d13e9bb (diff)
Add Hyperstack VM automation and model defaults
Diffstat (limited to 'snippets/hyperstack/Gemfile')
-rw-r--r--snippets/hyperstack/Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/snippets/hyperstack/Gemfile b/snippets/hyperstack/Gemfile
new file mode 100644
index 0000000..a1bbd94
--- /dev/null
+++ b/snippets/hyperstack/Gemfile
@@ -0,0 +1,3 @@
+source "https://rubygems.org"
+
+gem "toml-rb", "~> 2.2"