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]
This commit is contained in:
Andrew Marshall 2023-12-08 11:31:56 -05:00
parent 744cc01244
commit 69afd134d6
2 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
ffi (1.10.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
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)

View file

@ -4,20 +4,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0j8pzj8raxbir5w5k6s7a042sb5k02pg0f8s4na1r5lan901j00p";
sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd";
type = "gem";
};
version = "1.10.0";
version = "1.16.3";
};
rb-fsevent = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1lm1k7wpz69jx7jrc92w3ggczkjyjbfziq5mg62vjnxmzs383xx8";
sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
type = "gem";
};
version = "0.10.3";
version = "0.11.2";
};
rb-inotify = {
dependencies = ["ffi"];
@ -25,10 +25,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1fs7hxm9g6ywv2yih83b879klhc4fs8i0p9166z795qmd77dk0a4";
sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
type = "gem";
};
version = "0.10.0";
version = "0.10.1";
};
sass = {
dependencies = ["sass-listen"];