Skip to content

Commit 5d68407

Browse files
committed
lazy enforcement on ffi
1 parent 2e00c36 commit 5d68407

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.15'
3939
end
4040

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

0 commit comments

Comments
 (0)