diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-15 10:22:50 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-15 10:22:50 +0200 |
| commit | 8729aafe5bca25d0f7e94bd3c7ee1e0f60f99035 (patch) | |
| tree | 2a88726109ad3482f79937d0b87f6fc05be43c6c /playground | |
| parent | 6879b03b2735b082b913ab17e63857f464f53c93 (diff) | |
add depends_on syntax
Diffstat (limited to 'playground')
| -rw-r--r-- | playground/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playground/Rakefile b/playground/Rakefile index aff881d..ef53d00 100644 --- a/playground/Rakefile +++ b/playground/Rakefile @@ -37,6 +37,7 @@ task :foo do configure do file '/tmp/foo.txt' do ensure_line 'foo' + depends_on file['/tmp/bar.txt'] end file '/tmp/bar.txt' do |
