From fee5faa9b8c6ea78b7d5ead107220cd1a6f04940 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 16 Mar 2015 23:12:08 +0000 Subject: [PATCH] Merged r14118 from trunk to 3.0-stable Gemfile: remove "ffi" ffi 1.9.7 building error is fixed. https://github.com/ffi/ffi/issues/414#issuecomment-81405252 r14118 comment has typo, problem version is not 1.9.6, it is 1.9.7. git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14126 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index afbc64562..96725a370 100644 --- a/Gemfile +++ b/Gemfile @@ -96,8 +96,6 @@ group :test do # For running UI tests 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 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") -- 2.39.5