summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-11-07 11:05:04 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-11-07 11:05:04 +0000
commit74b01ff8be996c4ea82e5918192c8c9ab33fc24b (patch)
treeca45e20e7b802e7ded4d917ab587a3d02eb67a95
parent5d9b4f1b218c82fbf0d9b0e351ea54c3d0070770 (diff)
downloadredmine-74b01ff8be996c4ea82e5918192c8c9ab33fc24b.tar.gz
redmine-74b01ff8be996c4ea82e5918192c8c9ab33fc24b.zip
Merged r14813 from trunk to 3.1-stable (#20591, #20811)
update rbpdf version to 1.18.7. git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14814 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 83dd40fcb..4961d117d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,7 +17,7 @@ gem "loofah", "~> 2.0"
# 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