-
Notifications
You must be signed in to change notification settings - Fork 630
Closed
Labels
buildRelates to app buildsRelates to app buildsfrontendRelates to the frontend of the appRelates to the frontend of the app
Description
I was trying to setup the development environment for another issue I wanted to fix and I ran into problems
regarding setting up ruby and sass. When using a ruby version >=3 the compass version specified in the lockfile fails with the following error:
.../.rvm/rubies/ruby-3.0.0/lib/ruby/3.0.0/set/sorted_set.rb:4:in `rescue in <top (required)>':
The `SortedSet` class has been extracted from the `set` library.
You must use the `sorted_set` gem or other alternatives. (RuntimeError)
(This is fixed by installing compass >=1.0)
Anyway, this wasn't the only issue I had and as someone who's never really used ruby before I think it'd help to have some instructions on how to install the dependencies and perhaps we could also the bump their versions.
Metadata
Metadata
Assignees
Labels
buildRelates to app buildsRelates to app buildsfrontendRelates to the frontend of the appRelates to the frontend of the app