Closed jrenggli closed 1 year ago
When running bundle install the following error appears
bundle install
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
According to https://github.com/rubygems/rubygems/issues/5234 this happens with a Bundler version below 2.3.3. The version currently defined in Gemfile.lock is
Gemfile.lock
BUNDLED WITH 2.1.4
This change updates the used bundler verision to 2.3.6, which at the the of writing is the version used in the docker image docker.io/library/ruby:3.1.
docker.io/library/ruby:3.1
When running
bundle install
the following error appearsAccording to https://github.com/rubygems/rubygems/issues/5234 this happens with a Bundler version below 2.3.3. The version currently defined in
Gemfile.lock
isThis change updates the used bundler verision to 2.3.6, which at the the of writing is the version used in the docker image
docker.io/library/ruby:3.1
.