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

Update bundler to version 2.0 #268

Closed
rhuanbarreto opened this issue Mar 4, 2019 · 4 comments
Closed

Update bundler to version 2.0 #268

rhuanbarreto opened this issue Mar 4, 2019 · 4 comments
Labels
question Usability question, not directly related to an error with the image

Comments

@rhuanbarreto
Copy link

Need to update bundler on all images to version 2.0

@tianon
Copy link
Member

tianon commented Mar 4, 2019

See #246 and #255.

@rhuanbarreto
Copy link
Author

But if this was removed, how should I proceed?

@tianon
Copy link
Member

tianon commented Mar 4, 2019

If you need a newer Bundler version, I'd recommend running something like gem install bundler --version X.Y.Z --force, although all the images should currently contain 2.0.x.

@wglambert wglambert added the question Usability question, not directly related to an error with the image label Mar 4, 2019
@yosifkit
Copy link
Member

yosifkit commented Mar 5, 2019

@tianon was off; all of the images are fixed at rubygems 3.0.1 (or newer if it comes with Ruby source), which includes bundler 1.17.2. We do not have any images with Bundler 2.0.x. If you need a newer version of Bundler or gems, you should install it.

$ bashbrew list --uniq ruby | xargs -n1 -I{} docker run --rm {} gem --version
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
3.0.1
$ bashbrew list --uniq ruby | xargs -n1 -I{} docker run --rm {} bundle --version
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2
Bundler version 1.17.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Usability question, not directly related to an error with the image
Projects
None yet
Development

No branches or pull requests

4 participants