Closed aprescott closed 7 years ago
In case anyone is wondering, this fix for the issue in #151 comes from https://github.com/bundler/bundler/issues/3558#issuecomment-171347979.
The build on my first commit was failing because of rvm changes and "2.3" no longer being available for install. See rvm/rvm#3512.
If people would prefer I issue a separate PR with the .travis.yml
changes, I can do that, or I can leave it in this PR.
Thank you!
This enables the container-based architecture, which is generally better, and has the benefit of using a later version of bundler.
I believe this will help get #163 passing, which will then help address #151.