From d483d3eaa174c65060c2d6badeeeeff158a5b461 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 13 Apr 2022 08:51:29 +0200 Subject: [PATCH] Update restore --- scripts/restore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index f151c5a..bf72665 100644 --- a/scripts/restore +++ b/scripts/restore @@ -100,9 +100,8 @@ pushd $final_path ynh_use_ruby ynh_gem update --system --no-document ynh_gem install bundler passenger --no-document - bundle config set --local without 'development test' + bundle config set --local without 'development test rmagick' bundle install - bundle install --without development test rmagick popd ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies