diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-01 20:23:36 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-01 20:23:36 +0200 |
| commit | e17fbbfb30da394d6abbb91da4a963ff8913ad47 (patch) | |
| tree | a25fcbf4e9f6e5c4d1a1b0a763a32f05d9758bcd /examples/gem/Gemfile | |
| parent | 990c817571844462906b4ac7a58e64640be660e2 (diff) | |
fix dry-run crash when parent directory does not exist yet, add rake and rcm fallback to examples
Diffstat (limited to 'examples/gem/Gemfile')
| -rw-r--r-- | examples/gem/Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gem/Gemfile b/examples/gem/Gemfile index b1f79ad..7e62d34 100644 --- a/examples/gem/Gemfile +++ b/examples/gem/Gemfile @@ -2,3 +2,4 @@ source 'https://rubygems.org' # Point at the local rcm checkout; change to gem 'rcm' once published. gem 'rcm', path: '../../' +gem 'rake' |
