fetch remote versions
ci/woodpecker/push/woodpecker Pipeline was successful Details

the default strategy was preventing fetching newer gems
This commit is contained in:
f 2022-03-19 13:56:08 -03:00
parent 6a2fd50da8
commit f07ca799bc
1 changed files with 2 additions and 0 deletions

View File

@ -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