Skip to content

Commit a9168e2

Browse files
hsbtdeivid-rodriguez
authored andcommitted
Merge pull request #7541 from rubygems/update-rfc-reference
Use www.rfc-editor.org for RFC text (cherry picked from commit 00da18b)
1 parent 9116a34 commit a9168e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)