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"