devanooga / devanooga.com

devanooga website
https://www.devanooga.com/
8 stars 24 forks source link

Minor site fixes #308

Closed ryanmaynard closed 7 months ago

ryanmaynard commented 7 months ago

Aside from running bundle update, these are trivial fixes. There is still a deprecation warning thrown on bundle exec jekyll serve. "Calling DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please callDidYouMean.correct_error(error_name, spell_checker)' instead."

It doesn't hurt anything and the site still renders fine. It isn't a line from our codebase, but rather one of the gems latest versions is still outdated and needs to be fixed by the author or replaced in our Gemfile eventually.

TLDR: All good, minor stuff