diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-03-16 04:42:29 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-03-16 04:42:29 +0000 |
commit | 8d121cbec1ed167812204573aae1105c2d1e5145 (patch) | |
tree | a855b6408984d5c0e5f80f3f85f8e2c3901c7dbd /Gemfile | |
parent | 12263ae626ad3550d38de8632f8342590e39b4bd (diff) | |
download | redmine-8d121cbec1ed167812204573aae1105c2d1e5145.tar.gz redmine-8d121cbec1ed167812204573aae1105c2d1e5145.zip |
Gemfile: remove "ffi"
ffi 1.9.6 building error is fixed.
https://github.com/ffi/ffi/issues/414#issuecomment-81405252
git-svn-id: http://svn.redmine.org/redmine/trunk@14118 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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") |