summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-03-16 04:42:29 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-03-16 04:42:29 +0000
commit8d121cbec1ed167812204573aae1105c2d1e5145 (patch)
treea855b6408984d5c0e5f80f3f85f8e2c3901c7dbd /Gemfile
parent12263ae626ad3550d38de8632f8342590e39b4bd (diff)
downloadredmine-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--Gemfile2
1 files changed, 0 insertions, 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")