Skip to content

Commit e415693

Browse files
committed
(CONT-881) Add ffi gem for win platforms
1 parent fbd7cef commit e415693

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ group :development do
3232
gem 'simplecov'
3333
gem 'simplecov-console'
3434

35+
36+
# Required for testing on Windows
37+
gem 'ffi', :platforms => [:x64_mingw]
3538
end

0 commit comments

Comments
 (0)