diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-01 20:24:45 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-01 20:24:45 +0200 |
| commit | 92ba0576ebf8aaf770368eba4533d3c4ed4a5e37 (patch) | |
| tree | 51179df29a4ebb77214bf902580da0e619446a72 /examples/gem/Gemfile.lock | |
| parent | e17fbbfb30da394d6abbb91da4a963ff8913ad47 (diff) | |
replace gem example with bundle exec ruby, distinct from rake example
Diffstat (limited to 'examples/gem/Gemfile.lock')
| -rw-r--r-- | examples/gem/Gemfile.lock | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/gem/Gemfile.lock b/examples/gem/Gemfile.lock new file mode 100644 index 0000000..502fccc --- /dev/null +++ b/examples/gem/Gemfile.lock @@ -0,0 +1,24 @@ +PATH + remote: ../.. + specs: + rcm (0.1.0) + erb + toml (~> 0.3) + +GEM + remote: https://rubygems.org/ + specs: + erb (6.0.2) + parslet (2.0.0) + toml (0.3.0) + parslet (>= 1.8.0, < 3.0.0) + +PLATFORMS + ruby + x86_64-linux + +DEPENDENCIES + rcm! + +BUNDLED WITH + 2.6.9 |
