From 85ca3e2e23ebc8b3cb7b1eca8d09b5e2b4b6088a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 23 Feb 2024 22:46:39 +0100 Subject: [PATCH] test without gem update --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6eb44a5..7d45805 100755 --- a/scripts/install +++ b/scripts/install @@ -59,7 +59,7 @@ pushd "$install_dir" ynh_use_ruby cp config/unicorn.rb.example config/unicorn.rb chown -R $app:www-data "$install_dir/config/unicorn.rb" - ynh_gem update --system --no-document + # ynh_gem update --system --no-document ynh_gem install rake bundler foreman --no-document bundle config set --local deployment 'true' bundle config set --local without 'development test'