From 3417de1c95d6531b0a08c68b4996344e1e33a47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:47:06 +0000 Subject: [PATCH] Update ffi requirement from = 1.16.3 to 1.17.1 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/commits) --- updated-dependencies: - dependency-name: ffi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5344861..705045d 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ source "https://rubygems.org" # This will help ensure the proper Jekyll version is running. # Happy Jekylling! gem "jekyll", "~> 3.9.1" -gem "ffi", "= 1.16.3" +gem "ffi", "1.17.1" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "github-pages", group: :jekyll_plugins