Open jandubois opened 6 years ago
Is this still a use case because then we would need an older bundler and a newer in the docker image and need to distinguish?
+ bundle
Traceback (most recent call last):
2: from /usr/bin/bundle:23:in `<main>'
1: from /usr/lib64/ruby/2.5.0/rubygems.rb:303:in `activate_bin_path'
/usr/lib64/ruby/2.5.0/rubygems.rb:284:in `find_spec_for_exe': Could not find 'bundler' (1.16.1) required by your /cf-java-buildpack/Gemfile.lock. (Gem::GemNotFoundException)
To update to the latest version installed on your system, run `bundle update --bundler`.
To install the missing version, run `gem install bundler:1.16.1`
While doing a code review for #2 I accidentally also tried to build an older Java buildpack, and it fails now:
This used to work before; not sure what has changed.