]> source.dussan.org Git - redmine.git/commitdiff
ffi gem is missing for running tests on windows.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 20 Jun 2019 06:12:00 +0000 (06:12 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 20 Jun 2019 06:12:00 +0000 (06:12 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18262 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 388abdcc862eabb0e7da3c4d1d3786bd2c3db7dd..c2234f9bdc72422a2e70329dc184f9cb6f094edf 100644 (file)
--- 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'