We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd7cef commit e415693Copy full SHA for e415693
Gemfile
@@ -32,4 +32,7 @@ group :development do
32
gem 'simplecov'
33
gem 'simplecov-console'
34
35
+
36
+ # Required for testing on Windows
37
+ gem 'ffi', :platforms => [:x64_mingw]
38
end
0 commit comments