1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-29 19:59:38 +00:00

Require rbpdf 1.18.5 that is Rails 4.2 compatible (#14534).

git-svn-id: http://svn.redmine.org/redmine/trunk@13943 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-01-24 21:39:47 +00:00
parent b50fa8fec1
commit 3a7847c785

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.4"
gem "rbpdf", "~> 1.18.5"
# Optional gem for LDAP authentication
group :ldap do