nixpkgs/pkgs/development/tools/sass/Gemfile.lock
Andrew Marshall 69afd134d6 sass: update deps to fix build failure on darwin
Older ffi fails to build on at least x86_64-darwin.

> AbstractMemory.c:586:9: error: call to undeclared function
> 'rb_safe_level'; ISO C99 and later do not support implicit function
> declarations [-Wimplicit-function-declaration]
2023-12-08 11:36:02 -05:00

22 lines
333 B
Plaintext

GEM
remote: https://rubygems.org/
specs:
ffi (1.16.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
PLATFORMS
ruby
DEPENDENCIES
sass
BUNDLED WITH
2.1.4