-
Notifications
You must be signed in to change notification settings - Fork 613
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
Fix test fail caused by bundler-1.13.x #161
Conversation
Hrm, Gem::Source should exist for all of RubyGems 2.x |
It is caused by implicitly loading of |
And I noticed travis boxes defects that no effects with rubygems and bundler downgrading to @BanzaiMan |
I researched about this. rubygems/bundler#4944 is merged at rubygems/bundler@3b5d047, this merge commit hasn't been in 1.13. The error what says But, there is another problem in Bundler's HEAD.
Finally, I don't have a detailed knowledge about Rake and Bundler, tentatively I just report. |
|
@aycabta Thank you for your notification. I will try to bundler 1.13.1 when it released. |
bundler-1.13.1 is still failing... :( https://travis-ci.org/ruby/rake/jobs/159734476 |
submitted rubygems/bundler#4981 |
I think that is the best workaround... |
bundler-1.13.0 references
Gem::Source
. It is only provided from rubygems-2.6.x