summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-11-07 11:02:35 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-11-07 11:02:35 +0000
commit9c85a341ca01b8af0f7b157f7aa011a048341a9d (patch)
tree4af5fce57f83c09aa5d9c064da13d6d79ab6da26 /Gemfile
parentc6283d7ce59dfcc3f05231ec6a64ecaf4bb1143e (diff)
downloadredmine-9c85a341ca01b8af0f7b157f7aa011a048341a9d.tar.gz
redmine-9c85a341ca01b8af0f7b157f7aa011a048341a9d.zip
update rbpdf version to 1.18.7 (#20591, #20811)
git-svn-id: http://svn.redmine.org/redmine/trunk@14813 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 259ab6aca..2d57662c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,7 +17,7 @@ gem "roadie-rails"
# 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.6"
+gem "rbpdf", "~> 1.18.7"
# Optional gem for LDAP authentication
group :ldap do