mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[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:
parent
6179cc0118
commit
65612dbb38
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue