josefarias / hotwire_combobox

An accessible autocomplete for Ruby on Rails.
https://hotwirecombobox.com
MIT License
456 stars 30 forks source link

Add Gemfile.lock platforms #83

Closed jlw closed 6 months ago

jlw commented 6 months ago

Each time I run bundle install to get updated dependencies here - both on my work and personal laptops - I'm getting minor platform-related changes to Gemfile.lock. This should prevent that noise going forward.

Another pattern I've seen and used is to add Gemfile.lock to .gitignore (since unlike a production app we shouldn't need to be too concerned about exact matching dependencies while working on a library), but I thought it best to start with the smallest solution.

josefarias commented 6 months ago

Thanks!