From 5e3fde39c251e795249d010348f230d0bfd3cb30 Mon Sep 17 00:00:00 2001 From: leefaisonr Date: Wed, 22 Mar 2023 12:26:37 -0400 Subject: [PATCH] update capistrano-version Co-authored-by: Bess Sadler --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 2100a544..fd3fef90 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # config valid for current version and patch releases of Capistrano -lock '~> 3.17.2' +lock '~> 3.0' set :application, 'imagecat_rails' set :repo_url, 'https://github.com/pulibrary/imagecat-rails'