diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-03-14 08:10:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-03-14 08:10:23 +0000 |
commit | 38daed8b4e571561451fabc6982d1c2c323aff3e (patch) | |
tree | 5706ee3f77564b0d4b74d793a7c1b71cbbc11075 /Gemfile | |
parent | fadbadd95bc43ae9f376420f07bd52ac209aae7c (diff) | |
download | redmine-38daed8b4e571561451fabc6982d1c2c323aff3e.tar.gz redmine-38daed8b4e571561451fabc6982d1c2c323aff3e.zip |
Building ffi 1.9.7 fails in Ubuntu.
git-svn-id: http://svn.redmine.org/redmine/trunk@14078 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |