Shopify / erb-lint

Lint your ERB or HTML files
MIT License
593 stars 114 forks source link

erb_lint version regresses from 0.1.3 to 0.0.4 when running command bundle update erb_lint #271

Closed ccasabona closed 1 year ago

ccasabona commented 1 year ago

When running the command:

bundle update erb_lint

erb_lint version regresses from 0.1.3 to 0.0.4.

Note: erb_lint version regressed from 0.1.3 to 0.0.4
Bundle updated!

Running the bundle outdated command shows this:

Gem                 Current   Latest    Requested  Groups
erb_lint            0.0.4     0.1.3     >= 0       development, test

Version 0.0.4 allows updating better_html to 2.0.1. Since gem version do not usually regress, is this a concern?

rafaelfranca commented 1 year ago

Not a concern, and it is how bundler works. To fix this you need to specify what is the minimum version of erb_lint your application wants to use in the Gemfile. Regardless I released a 0.2.0 version that should also works with better_html 2.0 and that should make sure it doesn't regress anymore.

ccasabona commented 1 year ago

Thank you for looking in to this.

On Aug 18, 2022, at 6:12 PM, Rafael Mendonça França @.***> wrote:

Closed #271 https://github.com/Shopify/erb-lint/issues/271 as not planned.

— Reply to this email directly, view it on GitHub https://github.com/Shopify/erb-lint/issues/271#event-7218002985, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQTUIQHOXFCIPGCH57MHJDVZ2YNVANCNFSM566II37A. You are receiving this because you authored the thread.