-
I would like to install `activeadmin` by adding `gem 'activeadmin'` in the Gemfile.
But I am getting the bundler error related with `sacssc`.
ruby -v 2.4
rails -v 5.1.6
```
compiling ./libsass/sr…
-
### Description
Under macOS 10.14.6, using `metanorma/metanorma:1.2.8.4` would run successfully, without segfaulting, whereas using `metanorma/metanorma:1.2.8.5` would cause itself to segfault.
…
-
Hello,
With the release of v1.13.0, our test builds on Windows are failing.
Excerpt from AppVeyor build log
```
C:/projects/jekyll/vendor/bundle/ruby/2.6.0/gems/sassc-2.3.0-x64-mingw32/lib/s…
-
Booting up GitLab CE and using my local database results in the first request taking around 137 seconds. Quickly scanning through the Rails logs seems to indicate a lot of time being spent in renderin…
-
From https://github.com/TrestleAdmin/trestle/pull/195#issuecomment-533197892:
> Also, it'd be worth mentioning somewhere in the README that either `sass-rails` or `sassc-rails` needs to be included…
-
This gem has dependency sass_rails which use sass too. Ruby Sass is deprecated and will be unmaintained as of 26 March 2019. Will you update dependency to use sassc_rails? Thank you.
http://sass.lo…
-
Wouldn't be better to replace the `sass-rails` dependency with `sassc-rails` which is way faster than the first one?
-
I am trying to bundle update a couple of gems and get back (amongst others) the following error from bundler (version 1.16.2):
Bundler could not find compatible versions for gem "activemodel":
…
-
Hi,
I am unable to complete a bundle install of my project's Gemfile, it is getting very close but fails on the `sassc` gem. I have created a test case Dockerfile to highlight the issue
```
FRO…
-
I got this Post-install message when creating a new rails app:
```bash
Post-install message from sass:
Ruby Sass has reached end-of-life and should no longer be used.
* If you use Sass as a…