[rubygems/rubygems] Fix daily CI

Platform specific versions of ffi-1.17.2 are not compatible with Ruby
3.5, so Bundler fails to resolve in Ruby 3.5 using recorded VCR
responses.

Use the generic version of ffi-1.17.2, which should work for all rubies,
consistently to fix that.

a192f7e35d
This commit is contained in:
David Rodríguez 2025-07-31 10:54:59 +02:00 committed by Hiroshi SHIBATA
parent 6179cc0118
commit 65612dbb38

View file

@ -47,7 +47,7 @@ RSpec.describe "loading dynamically linked library on a bundle exec context", re
install_gemfile <<-G
source "https://rubygems.org"
gem 'ffi'
gem 'ffi', force_ruby_platform: true
G
bundle "exec ruby foo.rb"