twbs / bootstrap-rubygem

Bootstrap rubygem for Rails / Sprockets / Hanami / etc
https://rubygems.org/gems/bootstrap
MIT License
2.01k stars 451 forks source link

Update autoprefixer-rails dependency #270

Open ggeverae opened 8 months ago

ggeverae commented 8 months ago

Any chance autoprefixer-rails can be bumped to the latest version?

I believe the error described in #219 is the same as the one described in https://github.com/rails/execjs/issues/99 and should be fixed since autoprefixer-rails version 10.2.5.1: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md#10251.

Thanks in advance.

glebm commented 8 months ago

We do not have any upper limit on the autoprefixer version, so you can simply update it in your app.

https://github.com/twbs/bootstrap-rubygem/blob/053271759d673f5fe7dea856a2a549d2e8bead1e/bootstrap.gemspec#L18C1-L18C60