I installed them gem and inserted the //= require data-confirm-modal in application.js
This resulted in a Sprocket error with message:
couldn't find file 'data-confirm-modal' with type 'application/javascript'
So I had to add the data-confirm-modal.js manually to my assets/javascripts directory :-(