benbalter / gman

A ruby gem to check if the owner of a given email address or website is working for THE MAN (a.k.a verifies government domains).
http://ben.balter.com/gman/
MIT License
164 stars 85 forks source link

Update public_suffix requirement from ~> 3.0 to >= 3, < 5 #168

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on public_suffix to permit the latest version.

Changelog *Sourced from [public_suffix's changelog](https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md).* > #### Release 3.1.1 > > - CHANGED: Updated definitions. > - CHANGED: Rolled back support for Ruby 2.3 ([GH-161](https://github-redirect.dependabot.com/weppos/publicsuffix-ruby/issues/161), [GH-162](https://github-redirect.dependabot.com/weppos/publicsuffix-ruby/issues/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](https://github-redirect.dependabot.com/weppos/publicsuffix-ruby/issues/146)). [Thanks [@​robholland](https://github.com/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](https://github-redirect.dependabot.com/weppos/publicsuffix-ruby/issues/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](https://github-redirect.dependabot.com/weppos/publicsuffix-ruby/issues/133)). > > > #### Release 2.0.5 > > ... (truncated)
Commits - [`ed7c414`](https://github.com/weppos/publicsuffix-ruby/commit/ed7c414746167c8d019b772fe82ae54d0c583608) Release 3.1.1 - [`ae7cf82`](https://github.com/weppos/publicsuffix-ruby/commit/ae7cf82a6f962739e696daacdf365a094e903fe8) Reinstate support to Ruby 2.1 and 2.2 - [`34046e3`](https://github.com/weppos/publicsuffix-ruby/commit/34046e30a7c4829ba6854b21fe1c62626598ec72) Update PSL - [`732a651`](https://github.com/weppos/publicsuffix-ruby/commit/732a65132cfda3abd65a2f82f2d9fc8916821003) Fix version in README - [`22ce7d5`](https://github.com/weppos/publicsuffix-ruby/commit/22ce7d53267819984ada3dc5898b7f9dc4ba085c) Release 3.1.0 - [`245836e`](https://github.com/weppos/publicsuffix-ruby/commit/245836e3c1e5f82bf23d35579479ee8d6c2fcaca) Update definitions list ([#160](https://github-redirect.dependabot.com/weppos/publicsuffix-ruby/issues/160)) - [`d3ea96c`](https://github.com/weppos/publicsuffix-ruby/commit/d3ea96c432b0f0f59c6ca9170c610f97af3cc6f5) Upgrade to Rubocop 0.70 - [`2803479`](https://github.com/weppos/publicsuffix-ruby/commit/2803479f5a1eceec0f1416ea538aa0ca301b64e9) Fix version mismatch - [`1f10154`](https://github.com/weppos/publicsuffix-ruby/commit/1f10154794530bf4a28f5213ed0dfc0e55b6eefc) Minimum Ruby version is 2.3 - [`1fb5578`](https://github.com/weppos/publicsuffix-ruby/commit/1fb5578723ce41f8b21cd82818f5106fdfd2c0a9) Upgrade Bundler - Additional commits viewable in [compare view](https://github.com/weppos/publicsuffix-ruby/compare/v3.0.0...v3.1.1)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.