1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-21 00:09:54 +00:00

Building ffi 1.9.7 fails in Ubuntu.

git-svn-id: http://svn.redmine.org/redmine/trunk@14078 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-03-14 08:10:23 +00:00
parent fadbadd95b
commit 38daed8b4e

View File

@ -14,6 +14,9 @@ gem "protected_attributes"
gem "actionpack-action_caching"
gem "actionpack-xml_parser"
# building ffi 1.9.7 fails in Ubuntu: https://github.com/ffi/ffi/issues/414
gem "ffi", "1.9.6"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
gem "rbpdf", "~> 1.18.5"