Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for setting up ruby and sass #2493

Open
tomasr8 opened this issue Jul 25, 2024 · 2 comments
Open

Add instructions for setting up ruby and sass #2493

tomasr8 opened this issue Jul 25, 2024 · 2 comments
Labels
build Relates to app builds frontend Relates to the frontend of the app

Comments

@tomasr8
Copy link

tomasr8 commented Jul 25, 2024

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.

@ned-deily

This comment was marked as off-topic.

@tomasr8

This comment was marked as off-topic.

@JacobCoffee JacobCoffee added frontend Relates to the frontend of the app build Relates to app builds labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Relates to app builds frontend Relates to the frontend of the app
Projects
None yet
Development

No branches or pull requests

3 participants