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

Sss #152

Closed
wants to merge 65 commits into from
Closed

Sss #152

wants to merge 65 commits into from

Conversation

suha1945
Copy link

@suha1945 suha1945 commented Feb 9, 2023

Ssss

tcbyrd and others added 30 commits April 21, 2021 20:47
feat(domain): report if an SOA record exists for a domain
Resolve an issue when attempting to vendor this project into gh/gh:

```sh
Bundler could not find compatible versions for gem "public_suffix":
  In snapshot (Gemfile.lock):
    public_suffix (= 4.0.6)

  In Gemfile:
    public_suffix (~> 4.0)

    github-pages-health-check (= 1.7.4) was resolved to 1.7.4, which depends on
      public_suffix (~> 2.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
```
> Once github/github is updated, we could update this to be ~> 4.0

/cc 7e0724e
chore: bump `public_suffix` past ~> 2.0
Allow private zones with an SOA to satisfy apex_domain?
* Remove logic making sites with AAAA DNS entries invalid
* Add aaaa_present?
* Add support to test against Ruby 3.0 in build pipeline.
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
TooManyBees and others added 29 commits June 8, 2022 11:35
Co-authored-by: James M. Greene <JamesMGreene@github.com>
This test does not ensure that web requests are actually *made* with the
specified proxy. That is currently beyond the ability of WebMock to
assert (bblimke/webmock#753). However Typhoeus
does raise an exception when an invalid option is passed to its Request
object, so we can be reasonably assured that Typhoeus will in fact
receive the intended proxy url and use it.
Add support for using a network proxy to make outgoing web requests
Bump github-pages-health-check to 1.18.0
The official Ruby 2.5 Docker image is no longer supported
`3.0` was possibly getting truncated to `3`, which would get the latest `3.x` instead of `3.0`
Allow all of the matrix builds to run despite failures
Updates the requirements on [octokit](https://github.com/octokit/octokit.rb) to permit the latest version.
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md)
- [Commits](octokit/octokit.rb@v4.0.0...v4.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
…and-lt-6

Update octokit requirement from ~> 4.0 to >= 4, < 6
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>
…gte-3.0-and-lt-6.0

Update public_suffix requirement from >= 3.0, < 5.0 to >= 3.0, < 6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants