Skip to content

Bump sitemap_generator from 7.0.1 to 7.1.0 in the dependencies group#119

Merged
cbeer merged 1 commit into
masterfrom
dependabot/bundler/dependencies-70fb40aea8
Jul 6, 2026
Merged

Bump sitemap_generator from 7.0.1 to 7.1.0 in the dependencies group#119
cbeer merged 1 commit into
masterfrom
dependabot/bundler/dependencies-70fb40aea8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 1 update: sitemap_generator.

Updates sitemap_generator from 7.0.1 to 7.1.0

Changelog

Sourced from sitemap_generator's changelog.

7.1.0

  • Breaking: SitemapGenerator::FileAdapter#plain has been removed. It was an internal helper inlined into #write to fix a file descriptor leak; any code calling it directly should call #write instead. #492
  • Breaking: SitemapGenerator::FileAdapter#gzip is now private. It was always an implementation detail; external callers should not need to invoke it directly. #492
  • Fix: AwsSdkAdapter and S3Adapter now derive the Content-Type header from the file extension (.xmlapplication/xml, .xml.gzapplication/x-gzip) via the new SitemapLocation#content_type helper, rather than always sending application/x-gzip. #329 #338 #495
  • Docs: Replace broken links in README and CHANGES.md; add deprecation notices for mobile sitemaps (deprecated by Google in August 2022) and geo sitemaps (retired by Google in February 2012). #497
  • Internal: enforce RuboCop across all source files, resolve all pre-existing offenses, add RuboCop and mdl (Markdown) linting to GitHub Actions CI, and add pre-commit git hooks that lint staged Ruby and Markdown files locally. #487 #492 #493 #494 #500

7.0.3

  • Regression fix: Revert railtie enhancements (#478) that were unintentionally included in 7.0.2. Those changes introduced an ArgumentError: Missing host to link to! during assets:precompile and other Rails boot contexts where no host is configured (reported in #488). The railtie is restored to its 7.0.1 behaviour: it loads rake tasks only. The enhancements will return in a future release with proper documentation and test coverage. #489
  • Bugfix: Restore sitemap generation on Ruby 2.x when --enable=frozen-string-literal is set globally. Ruby 2.6/2.7 freezes interpolated heredocs under that flag, causing gsub! to raise FrozenError. #486
  • Internal: skip duplicate git tag creation in the release task if the tag already points at HEAD.

7.0.2

  • Reduce string copies and improve compatibility with frozen_string_literal. #456
Commits
  • b5e55bf chore: release 7.1.0 (#501)
  • 5ae58ad chore: configure Copilot review behaviour and update test naming conventions ...
  • 601477a fix: derive content-type from file extension in AwsSdkAdapter (#495)
  • 293c38f fix: replace dead links across README and docs (#497)
  • e56738d chore: add mdl markdown linter and fix all violations (#494)
  • e118f02 ci: add RuboCop job to GitHub Actions (#493)
  • de3726d chore: resolve all remaining RuboCop offenses (124 → 0) (#492)
  • ca16506 fix: use explicit 'bundle install --local' in build task (#491)
  • dbf1f5f chore: bring all source files up to date with RuboCop rules (#487)
  • 6bcc2ec docs: add Claude Code documentation suite (#485)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [sitemap_generator](https://github.com/kjvarga/sitemap_generator).


Updates `sitemap_generator` from 7.0.1 to 7.1.0
- [Changelog](https://github.com/kjvarga/sitemap_generator/blob/master/CHANGES.md)
- [Commits](kjvarga/sitemap_generator@v7.0.1...v7.1.0)

---
updated-dependencies:
- dependency-name: sitemap_generator
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jul 6, 2026
@cbeer cbeer merged commit 8881301 into master Jul 6, 2026
1 check failed
@dependabot dependabot Bot deleted the dependabot/bundler/dependencies-70fb40aea8 branch July 6, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant