Skip to content

Update public_suffix requirement from >= 3.0, < 5.0 to >= 3.0, < 6.0 #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2022

Updates the requirements on public_suffix to permit the latest version.

Changelog

Sourced from public_suffix's changelog.

Release 3.1.1

  • CHANGED: Updated definitions.
  • CHANGED: Rolled back support for Ruby 2.3 (GH-161, GH-162)

IMPORTANT: 3.x is the latest version compatible with Ruby 2.1 and Ruby 2.2.

Release 3.1.0

  • CHANGED: Updated definitions.
  • CHANGED: Minimum Ruby version is 2.3
  • CHANGED: Upgraded to Bundler 2.x

Release 3.0.3

  • CHANGED: Updated definitions.

Release 3.0.2

  • CHANGED: Updated definitions.

Release 3.0.1

  • CHANGED: Updated definitions.
  • CHANGED: Improve performance and avoid allocation (GH-146). [Thanks @​robholland]

Release 3.0.0

This new version includes a major redesign of the library internals, with the goal to drastically improve the lookup time while reducing storage space.

For this reason, several public methods that are no longer applicable have been deprecated and/or removed. You can find more information at GH-133.

  • CHANGED: Updated definitions.
  • CHANGED: Dropped support for Ruby < 2.1
  • CHANGED: PublicSuffix::List#rules is now protected. You should not rely on it as the internal rule representation is subject to change to optimize performances.
  • CHANGED: Removed PublicSuffix::List.clear, it was an unnecessary accessor method. Use PublicSuffix::List.default = nil if you really need to reset the default list. You shouldn't.
  • CHANGED: PublicSuffix::List#select is now private. You should not use it, instead use PublicSuffix::List#find.
  • CHANGED: PublicSuffix::List no longer implements Enumerable. Instead, use #each to loop over, or get an Enumerator.
  • CHANGED: Redesigned internal list storage and lookup algorithm to achieve O(1) lookup time (see GH-133).

Release 2.0.5

... (truncated)

Commits

You can trigger a rebase of this PR 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 25, 2022
@dependabot dependabot bot force-pushed the dependabot-bundler-public_suffix-gte-3.0-and-lt-6.0 branch from 85d1145 to 833bfc0 Compare October 12, 2022 08:06
@JamesMGreene
Copy link
Member

@dependabot rebase

Updates the requirements on [public_suffix](https://github.com/weppos/publicsuffix-ruby) to permit the latest version.
- [Release notes](https://github.com/weppos/publicsuffix-ruby/releases)
- [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md)
- [Commits](weppos/publicsuffix-ruby@v3.0.0...v3.1.1)

---
updated-dependencies:
- dependency-name: public_suffix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-bundler-public_suffix-gte-3.0-and-lt-6.0 branch from 833bfc0 to 247b65a Compare January 14, 2023 22:32
@JamesMGreene JamesMGreene merged commit c988b05 into master Jan 14, 2023
@JamesMGreene JamesMGreene deleted the dependabot-bundler-public_suffix-gte-3.0-and-lt-6.0 branch January 14, 2023 22:34
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant