summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-10-13 04:13:54 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-10-13 04:13:54 +0000
commit4b6ca369a696a21136acd88aa27127aa79ed5c2d (patch)
tree9763ddaf609f32acc25aa05677d0e10b7f30765f /Gemfile
parent273dd9cb3bcfb1e0a0b90570b3b34eafa07d67aa (diff)
downloadredmine-4b6ca369a696a21136acd88aa27127aa79ed5c2d.tar.gz
redmine-4b6ca369a696a21136acd88aa27127aa79ed5c2d.zip
Gemfile: update rbpdf version to 1.19.3 (#25702)
git-svn-id: http://svn.redmine.org/redmine/trunk@16975 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 7b0fb8dfc..3a131a786 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,7 +21,7 @@ gem "rails-html-sanitizer", ">= 1.0.3"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]
-gem "rbpdf", "~> 1.19.2"
+gem "rbpdf", "~> 1.19.3"
# Optional gem for LDAP authentication
group :ldap do