Skip to content

Commit

Permalink
spec: fix spec broken by newer FFI gem having more platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer committed Jun 25, 2024
1 parent 0fbf199 commit 29a5dbe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spec/bundler/multilock_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,12 @@
end
RUBY

with_gemfile(orig_gemfile) do
with_gemfile("") do
# install once with nothing so that it doesn't try to lock every single
# platform available for FFI
invoke_bundler("install")

write_gemfile(orig_gemfile)
invoke_bundler("install")

write_gemfile(<<~RUBY)
Expand Down

0 comments on commit 29a5dbe

Please sign in to comment.