From 9c63899a81a251d60e510512b8168d528f8d5b9d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 11 May 2019 20:07:21 +0200 Subject: Upgrade/replace bcrypt-ruby with bcrypt gem, be less anal about capistrano version. --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/deploy.rb') diff --git a/config/deploy.rb b/config/deploy.rb index f4b1fd9..524405f 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -lock '3.10.1' +lock '~> 3.10.0' set :application, 'hmno' set :repo_url, 'http://code.volse.no/hmnoweb.git' -- cgit v1.2.3