Skip to content

Add multiple sources when merging ruby dependencies #184

Open
@Stephenitis

Description

@Stephenitis

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions