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

Work around ruby update error #11

Merged
merged 1 commit into from
Mar 1, 2017
Merged

Conversation

philipbalinov
Copy link

Apparently due to some breakage in the ruby / gem toolchain, docker-compose up fails with the following error:

build-window_1  | /usr/local/bin/bundle:22:in `load': cannot load such file -- /usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.11.2/lib/
gems/bundler-1.11.2/bin/bundle (LoadError)
build-window_1  |       from /usr/local/bin/bundle:22:in `<main>'
buildwindow_build-window_1 exited with code 0

Fixing rubygems to version 2.6.1 seems to work around the problem.

@rouanw rouanw merged commit 3c738b3 into rouanw:master Mar 1, 2017
@rouanw
Copy link
Owner

rouanw commented Mar 1, 2017

Thanks @philipbalinov 🎉

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.

2 participants