summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-11-07 11:07:14 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-11-07 11:07:14 +0000
commit9acb58133b0dc87447adbaa230c41e0e6181aec1 (patch)
tree5c050cf11b04811b930e7da6e9540974b11c30d6
parenta483b19a95f6fde830efce34c94bbaf80fbde65d (diff)
downloadredmine-9acb58133b0dc87447adbaa230c41e0e6181aec1.tar.gz
redmine-9acb58133b0dc87447adbaa230c41e0e6181aec1.zip
Merged r14813 from trunk to 3.0-stable (#20591, #20811)
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
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8ed012def..0b6fa29fe 100644
--- 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