diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-10-13 04:13:54 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-10-13 04:13:54 +0000 |
commit | 4b6ca369a696a21136acd88aa27127aa79ed5c2d (patch) | |
tree | 9763ddaf609f32acc25aa05677d0e10b7f30765f /Gemfile | |
parent | 273dd9cb3bcfb1e0a0b90570b3b34eafa07d67aa (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |