ruby: Bundler 1.16.0 specific bug in latest images
Hi there!
It looks like the latest image releases include Bundler 1.16.0, which introduces a LoadError in some cases when bundled gems are installed using --deployment or --path. This affects some tools like rails test, even with bundle exec. This issue isn’t in the last version of bundler, 1.15.4. Is this worth releasing a new set of images with Bundler pinned to 1.15.4?
Disclosure: I work for CircleCI and we build a set of images on top of this one for our customers to use.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 18 (4 by maintainers)
It does work! I’m sending a PR for this (maybe you guys would just run
./update.sh)Yeah, rubygems 2.7.2 went up in https://github.com/docker-library/official-images/pull/3698, merged yesterday. 👍
@vovimayhem My rails reproduction of this issue with minitest, Rubygems 2.7.2 and Bundler 1.16.0 still fails using
bundle exec rails test😦I’ve been having trouble with bundler + rubygems for the past hours. Looks it’s directly related to these two issues:
Rubygems version 2.7.2 has just been released a couple of minutes ago 😃 (I’m giving it a try, maybe send a PR in a couple of minutes)