Skip to content

Commit 65612db

Browse files
deivid-rodriguezhsbt
authored andcommitted
[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. ruby/rubygems@a192f7e35d
1 parent 6179cc0 commit 65612db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/realworld/ffi_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module FOO
4747
install_gemfile <<-G
4848
source "https://rubygems.org"
4949
50-
gem 'ffi'
50+
gem 'ffi', force_ruby_platform: true
5151
G
5252

5353
bundle "exec ruby foo.rb"

0 commit comments

Comments
 (0)