-
Notifications
You must be signed in to change notification settings - Fork 1
Bump localhost from 1.6.0 to 1.7.0 #871
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/bundler/localhost-1.7.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [localhost](https://github.com/socketry/localhost) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/socketry/localhost/releases) - [Changelog](https://github.com/socketry/localhost/blob/main/releases.md) - [Commits](socketry/localhost@v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: localhost dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
4 similar comments
Contributor
Contributor
Contributor
Contributor
Contributor
gem compare localhost 1.6.0 1.7.0Compared versions: ["1.6.0", "1.7.0"]
DIFFERENT rubygems_version:
1.6.0: 3.6.7
1.7.0: 4.0.3
DIFFERENT version:
1.6.0: 1.6.0
1.7.0: 1.7.0
DIFFERENT files:
1.6.0->1.7.0:
* Changed:
lib/localhost/authority.rb +2/-2
lib/localhost/system/linux.rb +9/-2
lib/localhost/version.rb +1/-1
license.md +1/-1 |
4 similar comments
Contributor
gem compare localhost 1.6.0 1.7.0Compared versions: ["1.6.0", "1.7.0"]
DIFFERENT rubygems_version:
1.6.0: 3.6.7
1.7.0: 4.0.3
DIFFERENT version:
1.6.0: 1.6.0
1.7.0: 1.7.0
DIFFERENT files:
1.6.0->1.7.0:
* Changed:
lib/localhost/authority.rb +2/-2
lib/localhost/system/linux.rb +9/-2
lib/localhost/version.rb +1/-1
license.md +1/-1 |
Contributor
gem compare localhost 1.6.0 1.7.0Compared versions: ["1.6.0", "1.7.0"]
DIFFERENT rubygems_version:
1.6.0: 3.6.7
1.7.0: 4.0.3
DIFFERENT version:
1.6.0: 1.6.0
1.7.0: 1.7.0
DIFFERENT files:
1.6.0->1.7.0:
* Changed:
lib/localhost/authority.rb +2/-2
lib/localhost/system/linux.rb +9/-2
lib/localhost/version.rb +1/-1
license.md +1/-1 |
Contributor
gem compare localhost 1.6.0 1.7.0Compared versions: ["1.6.0", "1.7.0"]
DIFFERENT rubygems_version:
1.6.0: 3.6.7
1.7.0: 4.0.3
DIFFERENT version:
1.6.0: 1.6.0
1.7.0: 1.7.0
DIFFERENT files:
1.6.0->1.7.0:
* Changed:
lib/localhost/authority.rb +2/-2
lib/localhost/system/linux.rb +9/-2
lib/localhost/version.rb +1/-1
license.md +1/-1 |
Contributor
gem compare localhost 1.6.0 1.7.0Compared versions: ["1.6.0", "1.7.0"]
DIFFERENT rubygems_version:
1.6.0: 3.6.7
1.7.0: 4.0.3
DIFFERENT version:
1.6.0: 1.6.0
1.7.0: 1.7.0
DIFFERENT files:
1.6.0->1.7.0:
* Changed:
lib/localhost/authority.rb +2/-2
lib/localhost/system/linux.rb +9/-2
lib/localhost/version.rb +1/-1
license.md +1/-1 |
Contributor
gem compare --diff localhost 1.6.0 1.7.0Compared versions: ["1.6.0", "1.7.0"]
DIFFERENT files:
1.6.0->1.7.0:
* Changed:
lib/localhost/authority.rb
--- /tmp/d20260112-349-lco9oc/localhost-1.6.0/lib/localhost/authority.rb 2026-01-12 03:38:02.174280603 +0000
+++ /tmp/d20260112-349-lco9oc/localhost-1.7.0/lib/localhost/authority.rb 2026-01-12 03:38:02.176280606 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -176 +176 @@
- context.tmp_dh_callback = proc {self.dh_key}
+ context.tmp_dh_callback = proc{self.dh_key}
lib/localhost/system/linux.rb
--- /tmp/d20260112-349-lco9oc/localhost-1.6.0/lib/localhost/system/linux.rb 2026-01-12 03:38:02.175280605 +0000
+++ /tmp/d20260112-349-lco9oc/localhost-1.7.0/lib/localhost/system/linux.rb 2026-01-12 03:38:02.176280606 +0000
@@ -4 +4 @@
-# Copyright, 2025, by Samuel Williams.
+# Copyright, 2025-2026, by Samuel Williams.
@@ -13,0 +14,3 @@
+ # OpenSUSE/SLES use this path for certificate anchors.
+ OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
+
@@ -26 +29 @@
- # For systems using `update-ca-trust`.
+ # For systems using `update-ca-trust` (most Linux distributions).
@@ -28,0 +32,4 @@
+ elsif File.exist?(OPENSUSE_ANCHORS_PATH)
+ # For systems using `update-ca-certificates` (OpenSUSE/SLES).
+ destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
+ command = UPDATE_CA_CERTIFICATES
lib/localhost/version.rb
--- /tmp/d20260112-349-lco9oc/localhost-1.6.0/lib/localhost/version.rb 2026-01-12 03:38:02.175280605 +0000
+++ /tmp/d20260112-349-lco9oc/localhost-1.7.0/lib/localhost/version.rb 2026-01-12 03:38:02.176280606 +0000
@@ -7 +7 @@
- VERSION = "1.6.0"
+ VERSION = "1.7.0"
license.md
--- /tmp/d20260112-349-lco9oc/localhost-1.6.0/license.md 2026-01-12 03:38:02.175280605 +0000
+++ /tmp/d20260112-349-lco9oc/localhost-1.7.0/license.md 2026-01-12 03:38:02.176280606 +0000
@@ -3 +3 @@
-Copyright, 2018-2025, by Samuel Williams.
+Copyright, 2018-2026, by Samuel Williams. |
Contributor
gem compare --diff localhost 1.6.0 1.7.0Compared versions: ["1.6.0", "1.7.0"]
DIFFERENT files:
1.6.0->1.7.0:
* Changed:
lib/localhost/authority.rb
--- /tmp/d20260112-472-2hsddx/localhost-1.6.0/lib/localhost/authority.rb 2026-01-12 03:38:03.014931181 +0000
+++ /tmp/d20260112-472-2hsddx/localhost-1.7.0/lib/localhost/authority.rb 2026-01-12 03:38:03.016931211 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -176 +176 @@
- context.tmp_dh_callback = proc {self.dh_key}
+ context.tmp_dh_callback = proc{self.dh_key}
lib/localhost/system/linux.rb
--- /tmp/d20260112-472-2hsddx/localhost-1.6.0/lib/localhost/system/linux.rb 2026-01-12 03:38:03.015931196 +0000
+++ /tmp/d20260112-472-2hsddx/localhost-1.7.0/lib/localhost/system/linux.rb 2026-01-12 03:38:03.016931211 +0000
@@ -4 +4 @@
-# Copyright, 2025, by Samuel Williams.
+# Copyright, 2025-2026, by Samuel Williams.
@@ -13,0 +14,3 @@
+ # OpenSUSE/SLES use this path for certificate anchors.
+ OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
+
@@ -26 +29 @@
- # For systems using `update-ca-trust`.
+ # For systems using `update-ca-trust` (most Linux distributions).
@@ -28,0 +32,4 @@
+ elsif File.exist?(OPENSUSE_ANCHORS_PATH)
+ # For systems using `update-ca-certificates` (OpenSUSE/SLES).
+ destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
+ command = UPDATE_CA_CERTIFICATES
lib/localhost/version.rb
--- /tmp/d20260112-472-2hsddx/localhost-1.6.0/lib/localhost/version.rb 2026-01-12 03:38:03.015931196 +0000
+++ /tmp/d20260112-472-2hsddx/localhost-1.7.0/lib/localhost/version.rb 2026-01-12 03:38:03.016931211 +0000
@@ -7 +7 @@
- VERSION = "1.6.0"
+ VERSION = "1.7.0"
license.md
--- /tmp/d20260112-472-2hsddx/localhost-1.6.0/license.md 2026-01-12 03:38:03.015931196 +0000
+++ /tmp/d20260112-472-2hsddx/localhost-1.7.0/license.md 2026-01-12 03:38:03.016931211 +0000
@@ -3 +3 @@
-Copyright, 2018-2025, by Samuel Williams.
+Copyright, 2018-2026, by Samuel Williams. |
Contributor
gem compare --diff localhost 1.6.0 1.7.0Compared versions: ["1.6.0", "1.7.0"]
DIFFERENT files:
1.6.0->1.7.0:
* Changed:
lib/localhost/authority.rb
--- /tmp/d20260112-613-n54lrd/localhost-1.6.0/lib/localhost/authority.rb 2026-01-12 03:38:03.328409472 +0000
+++ /tmp/d20260112-613-n54lrd/localhost-1.7.0/lib/localhost/authority.rb 2026-01-12 03:38:03.329409457 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -176 +176 @@
- context.tmp_dh_callback = proc {self.dh_key}
+ context.tmp_dh_callback = proc{self.dh_key}
lib/localhost/system/linux.rb
--- /tmp/d20260112-613-n54lrd/localhost-1.6.0/lib/localhost/system/linux.rb 2026-01-12 03:38:03.328409472 +0000
+++ /tmp/d20260112-613-n54lrd/localhost-1.7.0/lib/localhost/system/linux.rb 2026-01-12 03:38:03.330409442 +0000
@@ -4 +4 @@
-# Copyright, 2025, by Samuel Williams.
+# Copyright, 2025-2026, by Samuel Williams.
@@ -13,0 +14,3 @@
+ # OpenSUSE/SLES use this path for certificate anchors.
+ OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
+
@@ -26 +29 @@
- # For systems using `update-ca-trust`.
+ # For systems using `update-ca-trust` (most Linux distributions).
@@ -28,0 +32,4 @@
+ elsif File.exist?(OPENSUSE_ANCHORS_PATH)
+ # For systems using `update-ca-certificates` (OpenSUSE/SLES).
+ destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
+ command = UPDATE_CA_CERTIFICATES
lib/localhost/version.rb
--- /tmp/d20260112-613-n54lrd/localhost-1.6.0/lib/localhost/version.rb 2026-01-12 03:38:03.328409472 +0000
+++ /tmp/d20260112-613-n54lrd/localhost-1.7.0/lib/localhost/version.rb 2026-01-12 03:38:03.330409442 +0000
@@ -7 +7 @@
- VERSION = "1.6.0"
+ VERSION = "1.7.0"
license.md
--- /tmp/d20260112-613-n54lrd/localhost-1.6.0/license.md 2026-01-12 03:38:03.328409472 +0000
+++ /tmp/d20260112-613-n54lrd/localhost-1.7.0/license.md 2026-01-12 03:38:03.330409442 +0000
@@ -3 +3 @@
-Copyright, 2018-2025, by Samuel Williams.
+Copyright, 2018-2026, by Samuel Williams. |
Contributor
gem compare --diff localhost 1.6.0 1.7.0Compared versions: ["1.6.0", "1.7.0"]
DIFFERENT files:
1.6.0->1.7.0:
* Changed:
lib/localhost/authority.rb
--- /tmp/d20260112-600-4maqxr/localhost-1.6.0/lib/localhost/authority.rb 2026-01-12 03:38:04.100604867 +0000
+++ /tmp/d20260112-600-4maqxr/localhost-1.7.0/lib/localhost/authority.rb 2026-01-12 03:38:04.102604864 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -176 +176 @@
- context.tmp_dh_callback = proc {self.dh_key}
+ context.tmp_dh_callback = proc{self.dh_key}
lib/localhost/system/linux.rb
--- /tmp/d20260112-600-4maqxr/localhost-1.6.0/lib/localhost/system/linux.rb 2026-01-12 03:38:04.101604865 +0000
+++ /tmp/d20260112-600-4maqxr/localhost-1.7.0/lib/localhost/system/linux.rb 2026-01-12 03:38:04.102604864 +0000
@@ -4 +4 @@
-# Copyright, 2025, by Samuel Williams.
+# Copyright, 2025-2026, by Samuel Williams.
@@ -13,0 +14,3 @@
+ # OpenSUSE/SLES use this path for certificate anchors.
+ OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
+
@@ -26 +29 @@
- # For systems using `update-ca-trust`.
+ # For systems using `update-ca-trust` (most Linux distributions).
@@ -28,0 +32,4 @@
+ elsif File.exist?(OPENSUSE_ANCHORS_PATH)
+ # For systems using `update-ca-certificates` (OpenSUSE/SLES).
+ destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
+ command = UPDATE_CA_CERTIFICATES
lib/localhost/version.rb
--- /tmp/d20260112-600-4maqxr/localhost-1.6.0/lib/localhost/version.rb 2026-01-12 03:38:04.101604865 +0000
+++ /tmp/d20260112-600-4maqxr/localhost-1.7.0/lib/localhost/version.rb 2026-01-12 03:38:04.102604864 +0000
@@ -7 +7 @@
- VERSION = "1.6.0"
+ VERSION = "1.7.0"
license.md
--- /tmp/d20260112-600-4maqxr/localhost-1.6.0/license.md 2026-01-12 03:38:04.101604865 +0000
+++ /tmp/d20260112-600-4maqxr/localhost-1.7.0/license.md 2026-01-12 03:38:04.102604864 +0000
@@ -3 +3 @@
-Copyright, 2018-2025, by Samuel Williams.
+Copyright, 2018-2026, by Samuel Williams. |
Contributor
gem compare --diff localhost 1.6.0 1.7.0Compared versions: ["1.6.0", "1.7.0"]
DIFFERENT files:
1.6.0->1.7.0:
* Changed:
lib/localhost/authority.rb
--- /tmp/d20260112-342-vqntt/localhost-1.6.0/lib/localhost/authority.rb 2026-01-12 03:38:05.196396633 +0000
+++ /tmp/d20260112-342-vqntt/localhost-1.7.0/lib/localhost/authority.rb 2026-01-12 03:38:05.198396627 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -176 +176 @@
- context.tmp_dh_callback = proc {self.dh_key}
+ context.tmp_dh_callback = proc{self.dh_key}
lib/localhost/system/linux.rb
--- /tmp/d20260112-342-vqntt/localhost-1.6.0/lib/localhost/system/linux.rb 2026-01-12 03:38:05.197396630 +0000
+++ /tmp/d20260112-342-vqntt/localhost-1.7.0/lib/localhost/system/linux.rb 2026-01-12 03:38:05.198396627 +0000
@@ -4 +4 @@
-# Copyright, 2025, by Samuel Williams.
+# Copyright, 2025-2026, by Samuel Williams.
@@ -13,0 +14,3 @@
+ # OpenSUSE/SLES use this path for certificate anchors.
+ OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
+
@@ -26 +29 @@
- # For systems using `update-ca-trust`.
+ # For systems using `update-ca-trust` (most Linux distributions).
@@ -28,0 +32,4 @@
+ elsif File.exist?(OPENSUSE_ANCHORS_PATH)
+ # For systems using `update-ca-certificates` (OpenSUSE/SLES).
+ destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
+ command = UPDATE_CA_CERTIFICATES
lib/localhost/version.rb
--- /tmp/d20260112-342-vqntt/localhost-1.6.0/lib/localhost/version.rb 2026-01-12 03:38:05.197396630 +0000
+++ /tmp/d20260112-342-vqntt/localhost-1.7.0/lib/localhost/version.rb 2026-01-12 03:38:05.198396627 +0000
@@ -7 +7 @@
- VERSION = "1.6.0"
+ VERSION = "1.7.0"
license.md
--- /tmp/d20260112-342-vqntt/localhost-1.6.0/license.md 2026-01-12 03:38:05.197396630 +0000
+++ /tmp/d20260112-342-vqntt/localhost-1.7.0/license.md 2026-01-12 03:38:05.198396627 +0000
@@ -3 +3 @@
-Copyright, 2018-2025, by Samuel Williams.
+Copyright, 2018-2026, by Samuel Williams. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps localhost from 1.6.0 to 1.7.0.
Changelog
Sourced from localhost's changelog.
Commits
767eda0Bump minor version.92bfa2cModernize code.6b0f8e9Add support for OpenSUSE.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)