From f26f5fd101704b39c1be3232fac1ba33c205c4c6 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 14 Mar 2015 16:37:15 +0000 Subject: [PATCH] Merged r14078 and r14097 from trunk to 2.6-stable Building ffi 1.9.7 fails in Ubuntu. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14099 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index eaaf71cba..eb2bbcd27 100644 --- a/Gemfile +++ b/Gemfile @@ -93,6 +93,8 @@ group :test do if RUBY_VERSION >= '1.9.3' gem "capybara" gem "selenium-webdriver" + # building ffi 1.9.7 fails in Ubuntu: https://github.com/ffi/ffi/issues/414 + gem "ffi", "1.9.6" end end -- 2.39.5