From 2cafa57262c5f7b2bf99ee8892c2155b2eb6a251 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 20 Jun 2019 06:12:00 +0000 Subject: [PATCH] ffi gem is missing for running tests on windows. git-svn-id: http://svn.redmine.org/redmine/trunk@18262 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 1 + 1 file changed, 1 insertion(+) 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' -- 2.39.5