From 63b87b8ad4374ad46b7515c92097255c9a4818e0 Mon Sep 17 00:00:00 2001 From: Derek Hower <134728312+dhower-qc@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:45:14 -0500 Subject: [PATCH] Update Rakefile Should fix deployment Signed-off-by: Derek Hower <134728312+dhower-qc@users.noreply.github.com> --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 19fb65ab9..c8a0f2092 100644 --- a/Rakefile +++ b/Rakefile @@ -33,7 +33,7 @@ def cfg_arch_for(config_name) ) end -file "#{$root}/.stamps/dev_gems" do |t| +file "#{$root}/.stamps/dev_gems" => ["#{$root}/.stamps"] do |t| sh "bundle exec yard config --gem-install-yri" sh "bundle exec yard gem" FileUtils.touch t.name