Closed nathangibson closed 6 months ago
ruby:3.1.2
You have a broken rubygems version 3.3.7 bundled with ruby 3.1.2. This gem requires rubygems >=3.3.22 on linux platforms. Please update to ruby 3.1.5, 3.2.4, 3.3.1, or later version.
ruby:3.1.2
You have a broken rubygems version 3.3.7 bundled with ruby 3.1.2. This gem requires rubygems >=3.3.22 on linux platforms. Please update to ruby 3.1.5, 3.2.4, 3.3.1, or later version.
Thanks so much!
As of today with the release of 1.77.0 I get the following failure in my Gitlab pipeline:
In my local installation I have no trouble with sass-embedded-1.77.0-arm64-darwin.
By adding
gem 'sass-embedded', '> 1.54', '< 1.77'
to my Gemfile, I'm able to workaround this problem by having the pipeline use the previous version of sass-embedded.Thanks for your work on this important gem!