From: Jean-Philippe Lang Date: Thu, 20 Jun 2019 06:12:00 +0000 (+0000) Subject: ffi gem is missing for running tests on windows. X-Git-Tag: 4.1.0~805 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2cafa57262c5f7b2bf99ee8892c2155b2eb6a251;p=redmine.git ffi gem is missing for running tests on windows. git-svn-id: http://svn.redmine.org/redmine/trunk@18262 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 388abdcc8..c2234f9bd 100644 --- a/Gemfile +++ b/Gemfile @@ -80,6 +80,7 @@ group :test do gem "rails-dom-testing" gem "mocha" gem "simplecov", "~> 0.16.1", :require => false + gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] # For running system tests gem 'puma', '~> 3.7' gem "capybara", '~> 2.13'