summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-08-28 10:23:46 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-08-28 10:23:46 +0000
commit4a9210d86fcb928b94c6f17eef622017548560ab (patch)
tree14286e5020bd85a43b5f94631acebdb915bce6c4 /Gemfile
parentf07a12659a0b816020a8035a4689f238a9665a8d (diff)
downloadredmine-4a9210d86fcb928b94c6f17eef622017548560ab.tar.gz
redmine-4a9210d86fcb928b94c6f17eef622017548560ab.zip
use rbpdf gem instead of bundled rfpdf (#17570)
Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@13358 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6f641deb3..891719ffc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,6 +7,7 @@ gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
gem "builder", ">= 3.0.4"
gem "request_store", "1.0.5"
gem "mime-types"
+gem "rbpdf", "~> 1.18.0"
# Optional gem for LDAP authentication
group :ldap do