Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiple sources when merging ruby dependencies #184

Open
Stephenitis opened this issue Jun 13, 2014 · 0 comments
Open

Add multiple sources when merging ruby dependencies #184

Stephenitis opened this issue Jun 13, 2014 · 0 comments

Comments

@Stephenitis
Copy link
Contributor

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant