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

Use rbpdf 1.19.2 (#22335, #24271).

git-svn-id: http://svn.redmine.org/redmine/trunk@16520 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-04-08 07:33:25 +00:00
parent f2afa28d46
commit e4fac91b7d

View File

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