Skip to content

Revert "Merge branch 'tnir/bundler-2.3' into 'master'"

Jason Plum requested to merge revert-2967bb0d into master

This reverts merge request !159 (merged)

Due to failures to publish, as seen in https://gitlab.com/charts/charts.gitlab.io/-/jobs/2234756884#L34

$ bundle config set path vendor/ruby
/usr/local/lib/ruby/2.6.0/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (2.3.9) required by your /builds/charts/charts.gitlab.io/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:2.3.9`
	from /usr/local/lib/ruby/2.6.0/rubygems.rb:302:in `activate_bin_path'
	from /usr/local/bin/bundle:23:in `<main>'

Merge request reports