mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
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
This commit is contained in:
parent
12263ae626
commit
8d121cbec1
2
Gemfile
2
Gemfile
@ -96,8 +96,6 @@ group :test do
|
|||||||
# For running UI tests
|
# For running UI tests
|
||||||
gem "capybara"
|
gem "capybara"
|
||||||
gem "selenium-webdriver"
|
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
|
||||||
|
|
||||||
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user