Skip to content

Commit

Permalink
Fix Windows CI
Browse files Browse the repository at this point in the history
We need to make sure the version of ffi we install here matches the
version that comes with ruby by default.
  • Loading branch information
deivid-rodriguez committed Nov 17, 2020
1 parent 1fa4ee3 commit ab37a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/spec/commands/clean_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ def should_not_have_gems(*gems)
end
end

realworld_system_gems "fiddle"
realworld_system_gems "fiddle --version 1.0.0"

install_gemfile <<-G
source "#{file_uri_for(gem_repo2)}"
Expand Down

0 comments on commit ab37a66

Please sign in to comment.