summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-09-16 02:18:48 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-09-16 02:18:48 +0000
commita6146788353a79b9f45a41a2dda6153ad2604193 (patch)
tree889201359fe34c1e170ea8cb48fe8ec1227a73ea /Gemfile
parentcc688bb1b1142761e843c30f1f537b693b29542b (diff)
downloadredmine-a6146788353a79b9f45a41a2dda6153ad2604193.tar.gz
redmine-a6146788353a79b9f45a41a2dda6153ad2604193.zip
Gemfile: update rbpdf version to 1.18.1 (#17570)
git-svn-id: http://svn.redmine.org/redmine/trunk@13409 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f504c92d5..37f2f9c47 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +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"
+gem "rbpdf", "~> 1.18.1"
# Optional gem for LDAP authentication
group :ldap do