1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 01:11:12 +00:00

Gemfile: update rbpdf version to 1.18.4 (#18629)

git-svn-id: http://svn.redmine.org/redmine/trunk@13870 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-01-11 04:19:33 +00:00
parent a18c719fcc
commit 34b3376b81

View File

@ -12,7 +12,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.3"
gem "rbpdf", "~> 1.18.4"
# Optional gem for LDAP authentication
group :ldap do