From ccc43a58a5ed9ef5ef700574f7e887e40ce34e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:49:12 +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 f6213d7..945ee9e 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.10.0" -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