Donn Felker

Not A Subscriber?

Join thousands of people who build and refuse to get left behind. One message a week on building, using AI as an accelerator, and staying sharp in the new AI frontier.

Receive one free message a week

January 2, 2025 Donn Felker · updated August 6, 2025

Rails ImportMap Pin with Version

If you’re using importmap with Rails and you need to pin a particular version, here’s how you can do that:

Terminal window
bin/importmap pin @editorjs/list@1.9.0

This would pin version 1.9.0 of editorjs/list into your application. Without the version identifier, you’d get the latest version.