summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-03-14 08:10:23 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-03-14 08:10:23 +0000
commit38daed8b4e571561451fabc6982d1c2c323aff3e (patch)
tree5706ee3f77564b0d4b74d793a7c1b71cbbc11075 /Gemfile
parentfadbadd95bc43ae9f376420f07bd52ac209aae7c (diff)
downloadredmine-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--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 96725a370..d96e1b49b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"