fetch remote versions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
the default strategy was preventing fetching newer gems
This commit is contained in:
parent
6a2fd50da8
commit
f07ca799bc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue