Skip to content
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

Update public_suffix requirement from >= 3.0, < 6.0 to >= 3.0, < 7.0 #170

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2024
@dependabot dependabot bot requested a review from a team as a code owner September 10, 2024 08:21
@dependabot dependabot bot added the ruby Pull requests that update Ruby code label Sep 10, 2024
yoannchaudet
yoannchaudet previously approved these changes Sep 10, 2024
@yoannchaudet
Copy link
Contributor

@dependabot recreate

Updates the requirements on [public_suffix](https://github.com/weppos/publicsuffix-ruby) to permit the latest version.
- [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-7.0 branch from 2c1773b to c7dc20c Compare September 10, 2024 18:24
@yoannchaudet yoannchaudet merged commit bc11646 into master Sep 11, 2024
6 checks passed
@yoannchaudet yoannchaudet deleted the dependabot-bundler-public_suffix-gte-3.0-and-lt-7.0 branch September 11, 2024 22:03
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