From 33a7c2ac3347b516e0337a1356dff3a3c96b36cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:07:11 +0000 Subject: [PATCH] Update ffi requirement from 1.15.5 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:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 89a6afff..db6cf025 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ end # testing Puppet 8 / Ruby 3.2 on Windows. See PA-5406 for more. group :integration do # Pin due to an issue with FFI, Windows, and Facter. See FACT-3434 - gem 'ffi', '1.15.5' + gem 'ffi', '1.17.1' end # Find a location or specific version for a gem. place_or_version can be a