Closed larskanis closed 5 years ago
That way the right bundler version is picked based on the version specified in the Gemfile. Otherwise bundle install fails with
bundle install
can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
when bundler versions within and outside of the image are different. See here: https://travis-ci.org/ged/ruby-pg/jobs/482574032
This is solved in commit d1e464cc6a94b649dec43f7016b0344b32c8a856
That way the right bundler version is picked based on the version specified in the Gemfile. Otherwise
bundle install
fails withwhen bundler versions within and outside of the image are different. See here: https://travis-ci.org/ged/ruby-pg/jobs/482574032