linuxfr.org icon indicating copy to clipboard operation
linuxfr.org copied to clipboard

feat: Update gem dependencies and sitemap generator

Open echarp opened this issue 8 months ago • 0 comments

This commit updates several gem dependencies in the Gemfile and Gemfile.lock, including Rails and related gems. The version constraint for the sitemap_generator gem has been removed, allowing the latest version to be used.

The sitemap configuration has been updated to match the new usage of sitemap_generator. The encoding comment and an extra line have been removed, and the add_links method has been replaced with create.

Extra lines have been added before sitemap.add calls for readability.

echarp avatar Jun 09 '24 09:06 echarp