Skip to content

Commit 7be3375

Browse files
authored
Merge pull request rails#40909 from yahonda/lock_webpacker_version_to_5
Lock rails/webpacker npm package version to 5
2 parents 903656f + 437fd8f commit 7be3375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/test/isolation/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@rails/actioncable": "file:../../../../actioncable",
66
"@rails/activestorage": "file:../../../../activestorage",
77
"@rails/ujs": "file:../../../../actionview",
8-
"@rails/webpacker": "https://github.com/rails/webpacker.git",
8+
"@rails/webpacker": "^5.2.1",
99
"turbolinks": "^5.2.0"
1010
}
1111
}

0 commit comments

Comments
 (0)