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

Explicitly require Bundler within Rakefile #3022

Merged

Conversation

mdesantis
Copy link
Contributor

@mdesantis mdesantis commented Jan 4, 2019

Closes #3021. It fixes an error related to the Rakefile, where rake
tasks which use Bundler constant, such as rake sandbox, fail if
bundler is not explicitly required.

Copy link
Member

@kennyadsl kennyadsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks @mdesantis , this is needed since we use Bundler directly in the Rakefile.

@mdesantis mdesantis closed this Jan 4, 2019
@mdesantis mdesantis force-pushed the mdesantis/3021/bundler-2-compatibility branch from fb5345e to 942ec5c Compare January 4, 2019 13:45
Closes solidusio#3021. It fixes an error related to the Rakefile, where rake
tasks which use `Bundler` constant, such as `rake sandbox`, fail if
`bundler` is not explicitly required.
@jacobherrington
Copy link
Contributor

@mdesantis was this closed by accident?

@mdesantis
Copy link
Contributor Author

mdesantis commented Jan 4, 2019

Yes, I'm sorry, I made a mistake while editing the commit message removing the Bundler version part, which happens to be unrelated

@mdesantis mdesantis reopened this Jan 4, 2019
Copy link
Contributor

@jacobherrington jacobherrington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Good catch!

@kennyadsl kennyadsl merged commit b1e1bbf into solidusio:master Jan 6, 2019
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

Successfully merging this pull request may close these issues.

Rake tasks errors with Bundler
3 participants