From 1274b2086c08246d6a955a496827d8c07fa31cb8 Mon Sep 17 00:00:00 2001 From: Robert-Anthony Lee-Faison <108823963+leefaisonr@users.noreply.github.com> Date: Wed, 22 Mar 2023 14:01:00 -0400 Subject: [PATCH] update capistrano-version (#43) 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'