]> source.dussan.org Git - redmine.git/commitdiff
Merged r14813 from trunk to 3.0-stable (#20591, #20811)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 7 Nov 2015 11:07:14 +0000 (11:07 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 7 Nov 2015 11:07:14 +0000 (11:07 +0000)
update rbpdf version to 1.18.7.

git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14815 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 8ed012def30d218f04de1fde411774ba88e9aaa0..0b6fa29fe4e50781fe88153c75109d213baecdaa 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,7 @@ gem "actionpack-xml_parser"
 
 # 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