I want to use the local_time gem, but as per its installation instructions it should be included in the asset pipeline:
Installation
Add gem 'local_time' to your Gemfile.
Include local-time.js in your application's JavaScript bundle.
Using the asset pipeline:
//= require local-time
However, I'm using Webpacker and I can't figure out how to integrate the gem with it. Where should I include the line above? Or is it another strategy entirely?