From 93e9b97c03937bc46a5d5ec8f407ae649d30438e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 12:07:49 +0000 Subject: [PATCH] Update ffi requirement from = 1.16.3 to 1.17.4 Updates the requirements on [ffi](https://github.com/ffi/ffi) to permit the latest version. - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/v1.16.3...v1.17.4) --- updated-dependencies: - dependency-name: ffi dependency-version: 1.17.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index b20888bc..7360544f --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'ffi', '= 1.16.3' +gem 'ffi', '1.17.4' gem 'jekyll', '~> 4.3' # Keep the libsass-based converter: no dart-sass binary/protobuf dependency, # and no @import deprecation noise for the existing partials