From c29206fd79abbd5930ec849e9e4e694f28f9b841 Mon Sep 17 00:00:00 2001 From: fauno Date: Wed, 15 Apr 2020 16:29:22 -0300 Subject: [PATCH] =?UTF-8?q?actualizaci=C3=B3n=20de=20capistrano?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 721ff51..fc4dcb4 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -lock '~> 3.12.0' +lock '~> 3.13.0' set :application, 'lumi' set :repo_url, 'https://0xacab.org/pip/miniloom/api.git'