Skip to content

Commit 00da18b

Browse files
authored
Merge pull request #7541 from rubygems/update-rfc-reference
Use www.rfc-editor.org for RFC text
2 parents 3ff076b + f3fbdc0 commit 00da18b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundler/spec/bundler/digest_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
it "is compatible with stdlib" do
1212
random_strings = ["foo", "skfjsdlkfjsdf", "3924m", "ldskfj"]
1313

14-
# https://datatracker.ietf.org/doc/html/rfc3174#section-7.3
14+
# https://www.rfc-editor.org/rfc/rfc3174#section-7.3
1515
rfc3174_test_cases = ["abc", "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", "a", "01234567" * 8]
1616

1717
(random_strings + rfc3174_test_cases).each do |payload|

0 commit comments

Comments
 (0)