evolvingweb / sitediff

SiteDiff makes it easy to see differences between two versions of a website.
http://sitediff.io
GNU General Public License v2.0
227 stars 48 forks source link

fix: Update bundler in Gemfile.lock, fix deprecated spell_checker #172

Closed jrenggli closed 1 year ago

jrenggli commented 1 year ago

When running bundle install the following error appears

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

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.