From 81a71b0f33e3209f11ef3598c0a86855474caef5 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 17 Jan 2022 00:16:35 +0530 Subject: [PATCH] while the bugs are fixed, this still gives more headache --- files/ruby/.bundle/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/ruby/.bundle/config b/files/ruby/.bundle/config index ba1c854..74eac14 100644 --- a/files/ruby/.bundle/config +++ b/files/ruby/.bundle/config @@ -1,15 +1,15 @@ --- BUNDLE_PATH: "vendor/bundle" -BUNDLE_GLOBAL_GEM_CACHE: "true" -BUNDLE_FORCE_RUBY_PLATFORM: "true" -BUNDLE_DEFAULT_INSTALL_USES_PATH: "true" -BUNDLE_ALLOW_OFFLINE_INSTALL: "true" +# BUNDLE_GLOBAL_GEM_CACHE: "true" +BUNDLE_FORCE_RUBY_PLATFORM: "false" +BUNDLE_DEFAULT_INSTALL_USES_PATH: "false" +# BUNDLE_ALLOW_OFFLINE_INSTALL: "true" BUNDLE_CACHE_ALL: "true" BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries" BUNDLE_DISABLE_SHARED_GEMS: "true" BUNDLE_GEM__COC: "true" BUNDLE_GEM__TEST: "false" BUNDLE_GEM__MIT: "false" -BUNDLE_JOBS: "8" +BUNDLE_JOBS: "4" BUNDLE_GEM__CI: "github" BUNDLE_GEM__RUBOCOP: "true"