development
Rails ImportMap Pin with Version
Pin specific versions in ImportMap.

If you’re using importmap with Rails and you need to pin a particular version, here’s how you can do that:
bin/importmap pin @editorjs/list@1.9.0This would pin version 1.9.0 of editorjs/list into your application. Without the version identifier, you’d get the latest version.



