Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2025

Bumps addressable from 2.8.7 to 2.8.8.

Changelog

Sourced from addressable's changelog.

Addressable 2.8.8

  • Replace the unicode.data blob by a ruby constant (#561)
  • Allow public_suffix 7 (#558)

#561: sporkmonger/addressable#561 #558: sporkmonger/addressable#558

Commits
  • 111af8e Update version, gemspec, and CHANGELOG for 2.8.8
  • d923a5e Fix heading levels in README and Changelog
  • 88f1472 Bump actions/checkout from 5 to 6 (#560)
  • 2252813 Replace the unicode.data blob by a ruby constant (#561)
  • af2d3f6 Allow public_suffix v7 (#558)
  • aaa53fe CI: restore older rubies for public_suffix jobs
  • 49fc474 CI: fix profile:template_match_memory task for Ruby >2.7
  • c0f98d5 CI: use latest stable ruby outside the version matrix
  • 7cb10aa CI: test with modern JVM Rubies
  • dd1adcf CI: less ubuntu-22.04, more ubuntu-24.04
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.7 to 2.8.8.
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](sporkmonger/addressable@addressable-2.8.7...addressable-2.8.8)

---
updated-dependencies:
- dependency-name: addressable
  dependency-version: 2.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Nov 26, 2025
@github-actions
Copy link

@github-actions
Copy link

gem compare addressable 2.8.7 2.8.8

Compared versions: ["2.8.7", "2.8.8"]
  DIFFERENT date:
    2.8.7: 2024-06-21 00:00:00 UTC
    2.8.8: 1980-01-02 00:00:00 UTC
  DIFFERENT metadata:
    2.8.7: {"changelog_uri" => "https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md#v2.8.7"}
    2.8.8: {"changelog_uri" => "https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md#v2.8.8"}
  DIFFERENT rubygems_version:
    2.8.7: 3.5.11
    2.8.8: 3.6.9
  DIFFERENT version:
    2.8.7: 2.8.7
    2.8.8: 2.8.8
  DIFFERENT files:
    2.8.7->2.8.8:
      * Deleted:
            data/unicode.data
      * Changed:
            CHANGELOG.md +55/-46
            README.md +6/-6
            addressable.gemspec +6/-6
            lib/addressable/idna/pure.rb +4235/-20
            lib/addressable/uri.rb +1/-1
            lib/addressable/version.rb +1/-1
            spec/addressable/uri_spec.rb +15/-1
            tasks/gem.rake +6/-1
            tasks/profile.rake +1/-1
  DIFFERENT extra_rdoc_files:
    2.8.7->2.8.8:
      * Changed:
            README.md +6/-6
  DIFFERENT runtime dependencies:
    2.8.7->2.8.8:
      * Updated:
            public_suffix from: [">= 2.0.2", "< 7.0"] to: [">= 2.0.2", "< 8.0"]

@github-actions
Copy link

gem compare --diff addressable 2.8.7 2.8.8

Diff too large (292035 chars)

@github-actions
Copy link

gem compare public_suffix 6.0.1 7.0.0

Compared versions: ["6.0.1", "7.0.0"]
  DIFFERENT date:
    6.0.1: 2024-07-23 00:00:00 UTC
    7.0.0: 1980-01-02 00:00:00 UTC
  DIFFERENT metadata:
    6.0.1: {"bug_tracker_uri" => "https://github.com/weppos/publicsuffix-ruby/issues", "changelog_uri" => "https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md", "documentation_uri" => "https://rubydoc.info/gems/public_suffix/6.0.1", "homepage_uri" => "https://simonecarletti.com/code/publicsuffix-ruby", "source_code_uri" => "https://github.com/weppos/publicsuffix-ruby/tree/v6.0.1"}
    7.0.0: {"bug_tracker_uri" => "https://github.com/weppos/publicsuffix-ruby/issues", "changelog_uri" => "https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md", "documentation_uri" => "https://rubydoc.info/gems/public_suffix/7.0.0", "homepage_uri" => "https://simonecarletti.com/code/publicsuffix-ruby", "source_code_uri" => "https://github.com/weppos/publicsuffix-ruby/tree/v7.0.0", "funding_uri" => "https://github.com/sponsors/weppos"}
  DIFFERENT required_ruby_version:
    6.0.1: >= 3.0
    7.0.0: >= 3.2
  DIFFERENT rubygems_version:
    6.0.1: 3.5.11
    7.0.0: 3.6.9
  DIFFERENT version:
    6.0.1: 6.0.1
    7.0.0: 7.0.0
  DIFFERENT files:
    6.0.1->7.0.0:
      * Added:
            RELEASING.md +95/-0
      * Changed:
            CHANGELOG.md +15/-0
            LICENSE.txt +1/-1
            README.md +38/-29
            data/list.txt +2161/-1865
            lib/public_suffix.rb +1/-1
            lib/public_suffix/domain.rb +1/-1
            lib/public_suffix/errors.rb +1/-1
            lib/public_suffix/list.rb +1/-1
            lib/public_suffix/rule.rb +1/-1
            lib/public_suffix/version.rb +2/-2
  DIFFERENT extra_rdoc_files:
    6.0.1->7.0.0:
      * Changed:
            LICENSE.txt +1/-1

@github-actions
Copy link

gem compare --diff public_suffix 6.0.1 7.0.0

Diff too large (225456 chars)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant