]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: pin ffi 1.9.14 on Windows Ruby 1.9.3
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 6 Apr 2017 21:45:20 +0000 (21:45 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 6 Apr 2017 21:45:20 +0000 (21:45 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16515 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 8ebaf57131127d645c26e6897575e4d794886dee..faa1939653d48bbe221a944c30e3fe549b6a50b7 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,7 @@ gem "mimemagic"
 
 gem "nokogiri", (RUBY_VERSION >= "2.1" ? ">= 1.7.0" : "~> 1.6.8")
 gem "i18n", "~> 0.7.0"
+gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0"
 
 # Request at least rails-html-sanitizer 1.0.3 because of security advisories
 gem "rails-html-sanitizer", ">= 1.0.3"