Skip to content

Commit 33a7c2a

Browse files
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] <[email protected]>
1 parent 4b41335 commit 33a7c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ end
3535
# testing Puppet 8 / Ruby 3.2 on Windows. See PA-5406 for more.
3636
group :integration do
3737
# Pin due to an issue with FFI, Windows, and Facter. See FACT-3434
38-
gem 'ffi', '1.15.5'
38+
gem 'ffi', '1.17.1'
3939
end
4040

4141
# Find a location or specific version for a gem. place_or_version can be a

0 commit comments

Comments
 (0)