uclibs / treatment_database

Application to track conservation workflow for Preservation Services
1 stars 2 forks source link

513 - Upgrade sass-rails from ~>5.0 to ~>6.0 #514

Closed Janell-Huyck closed 1 month ago

Janell-Huyck commented 1 month ago

Fixes #513 Upon running "bundle install", we were getting an error message for the end of life for the gem ruby-sass.

We weren't actually using ruby-sass directly, but our gem sass-rails was. This warning was fixed in version 6.0.0 of sass-rails. (See https://github.com/rails/sass-rails/issues/435)

I updated our Gemfile from asking for sass-rails (~> 5.0) to asking for sass-rails (~> 6.0). Local testing has the app still working the same way, and our tests are still passing.