1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

update rbpdf version to 1.18.7 (#20591, #20811)

git-svn-id: http://svn.redmine.org/redmine/trunk@14813 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-11-07 11:02:35 +00:00
parent c6283d7ce5
commit 9c85a341ca

View File

@ -17,7 +17,7 @@ gem "roadie-rails"
# 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