summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-06 22:26:38 +0200
committerPaul Buetow <paul@buetow.org>2024-12-06 22:26:38 +0200
commit4a3629e42cb3e1fbca4356cf789a8e79043cdc51 (patch)
treee4f6b1099ee3319bcc2f018fdb8937b2eb362ce4 /Gemfile
parent9abea6c57e018f6033dfa8ffc6cdcdfc86ece969 (diff)
initial config support
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..f41482e
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+
+gem 'toml'