Skip to content

Add instructions for setting up ruby and sass #2493

Closed
@tomasr8

Description

@tomasr8

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

No one assigned

    Labels

    buildRelates to app buildsfrontendRelates to the frontend of the app

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions