nanobox-io / nanobox-engine-ruby

Engine for running Ruby apps on Nanobox
https://nanobox.io
MIT License
10 stars 9 forks source link

How to upgrade Bundler version? #40

Closed Qqwy closed 5 years ago

Qqwy commented 5 years ago

This is information currently missing from the README:

Our current Nanobox installation is stuck on bundler 1.16.4. However, bundler 2.x has been out for quite some time. If locally build with the new bundler version, the deployment will break, because the old bundler version in the Nanobox will refuse to use the new Gemfile.lock.

Is the bundler version configurable in some way? What versions are supported by nanobox-engine-ruby?

I think this information ought to be added to the README. :slightly_smiling_face:

danhunsaker commented 5 years ago

This isn't configurable, to my knowledge, because it uses the latest version available in the Nanobox package repository. Which means versions after 1.16.4 aren't available automatically.

Nanobox v2 will be released, soon, and the Nanobox package repository will no longer be needed, which is (I believe) the majority of why the package repository is so far out of date.

Qqwy commented 5 years ago

:slightly_frowning_face: :man_shrugging:

@danhunsaker Thank you for your explanation. We'll make do with the old bundler version for now.