Skip to content

Commit

Permalink
Upgrade ffi gem to fix M1 Mac issue
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jan 7, 2022
1 parent 96c52e0 commit 0c1ff4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -22,7 +22,7 @@ GEM
execjs (2.7.0)
fast_blank (1.0.0)
fastimage (2.2.0)
ffi (1.13.1)
ffi (1.15.1)
haml (5.1.2)
temple (>= 0.8.0)
tilt
Expand Down
6 changes: 3 additions & 3 deletions gemset.nix
Expand Up @@ -137,10 +137,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "12lpwaw82bb0rm9f52v1498bpba8aj2l2q359mkwbxsswhpga5af";
sha256 = "15nn2v70rql15vb0pm9cg0f3xsaslwjkv6xgz0k5jh48idmfw9fi";
type = "gem";
};
version = "1.13.1";
version = "1.15.1";
};
haml = {
dependencies = ["temple" "tilt"];
Expand Down Expand Up @@ -510,4 +510,4 @@
};
version = "3.2.0";
};
}
}

0 comments on commit 0c1ff4b

Please sign in to comment.