Skip to content
New issue

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

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

Already on GitHub? # to your account

[Gemfile] Remove "second" source #7152

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

NickLaMuro
Copy link
Member

@NickLaMuro NickLaMuro commented Jun 26, 2020

Since we inherit the Gemfile from ManageIQ/manageiq in this repo, there is now a deprecation warning when running bundler v2.1.4:

[DEPRECATED] Your Gemfile contains multiple primary sources. Using
`source` more than once without a block is a security risk...

This is because there is a duplicate source when evaling the Gemfile from ManageIQ/manageiq. Since that one needs to stay, removing this one allows bundle update and friends to continue to work without the deprecation warning.

Links

Since we inherit the `Gemfile` from `ManageIQ/manageiq` in this repo,
there is now a deprecation warning when running `bundler` v2.1.4:

    [DEPRECATED] Your Gemfile contains multiple primary sources. Using
    `source` more than once without a block is a security risk...

This is because there is a duplicate source when evaling the `Gemfile`
from `ManageIQ/manageiq`.  Since that one needs to stay, removing this
one allows `bundle update` and friends to continue to work without the
deprecation warning.
@miq-bot
Copy link
Member

miq-bot commented Jun 26, 2020

Checked commit NickLaMuro@5933af7 with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.28.0, and yamllint
1 file checked, 0 offenses detected
Everything looks fine. ⭐

@mzazrivec mzazrivec self-assigned this Jun 29, 2020
@mzazrivec mzazrivec merged commit 29dfc2e into ManageIQ:master Jun 29, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants