diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-06 22:26:38 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-06 22:26:38 +0200 |
| commit | 4a3629e42cb3e1fbca4356cf789a8e79043cdc51 (patch) | |
| tree | e4f6b1099ee3319bcc2f018fdb8937b2eb362ce4 /Gemfile | |
| parent | 9abea6c57e018f6033dfa8ffc6cdcdfc86ece969 (diff) | |
initial config support
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'toml' |
