iron_worker_ruby_ng icon indicating copy to clipboard operation
iron_worker_ruby_ng copied to clipboard

Add multiple sources when merging ruby dependencies

Open Stephenitis opened this issue 10 years ago • 0 comments

According to the Source Priority section in the Gemfile manpage sources are searched from last entered to first entered.The following does not work in a Gemfile uploaded to IronWorker.

source 'https://rubygems.org'
source 'http://our.own.gem.repo.com/the/path/to/it'

gem 'gemfromrubygems'
gem 'gemfromourrepo'

inside .worker it would also be nice to set custom source and misc options

gem 'gemfromourrepo', source: 'http://our.own.gem.repo.com/the/path/to/it'

Stephenitis avatar Jun 13 '14 00:06 Stephenitis