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.lock | |
| parent | 9abea6c57e018f6033dfa8ffc6cdcdfc86ece969 (diff) | |
initial config support
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..540a42c --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,16 @@ +GEM + remote: https://rubygems.org/ + specs: + parslet (2.0.0) + toml (0.3.0) + parslet (>= 1.8.0, < 3.0.0) + +PLATFORMS + ruby + x86_64-linux + +DEPENDENCIES + toml + +BUNDLED WITH + 2.5.22 |
