mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-16 01:26:24 +00:00
dca3418bbd
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/ BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
5 lines
148 B
Text
5 lines
148 B
Text
source 'https://hub.tech.my.domain.de/artifactory/api/gems/my-gems-prod-local/' do
|
|
gem 'sfn_my_dep1', "~> 1"
|
|
gem 'sfn_my_dep2', "~> 1"
|
|
|
|
end
|