File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ def turbolinks_npm_version
326
326
# since Turbolinks is deprecated, let's just always point to main.
327
327
# expect this to be replaced with Hotwire at some point soon.
328
328
if options . main? || options . edge?
329
- "git://github.com/ turbolinks/turbolinks.git#main "
329
+ "turbolinks/turbolinks#master "
330
330
else
331
331
"^5.2.0"
332
332
end
Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ def test_package_json_uses_edge_versions
551
551
assert_match ( /"@rails\/ ujs": "latest"/ , content )
552
552
assert_match ( /"@rails\/ activestorage": "latest"/ , content )
553
553
assert_match ( /"@rails\/ actioncable": "latest"/ , content )
554
- assert_match ( /"turbolinks": "git: \/ \/ github.com \/ turbolinks\/ turbolinks.git#main "/ , content )
554
+ assert_match ( /"turbolinks": "turbolinks\/ turbolinks#master "/ , content )
555
555
end
556
556
end
557
557
You can’t perform that action at this time.
0 commit comments