From f07ca799bc55780bebb3b7f148f84e718c004e2c Mon Sep 17 00:00:00 2001 From: f Date: Sat, 19 Mar 2022 13:56:08 -0300 Subject: [PATCH] fetch remote versions the default strategy was preventing fetching newer gems --- config.ru | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.ru b/config.ru index 6b78c9f..bbe21aa 100644 --- a/config.ru +++ b/config.ru @@ -5,6 +5,8 @@ require 'securerandom' Geminabox.data = '/srv/gems' Geminabox.rubygems_proxy = true Geminabox.allow_remote_failure = true +Geminabox.build_legacy = false +Geminabox.rubygems_proxy_merge_strategy = :combine_local_and_remote_gem_versions # https://github.com/geminabox/geminabox/wiki/Http-Basic-Auth Geminabox::Server.helpers do