From e4fac91b7da8e4482da06fc33c3d9eeac2d66dc1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 8 Apr 2017 07:33:25 +0000 Subject: [PATCH] Use rbpdf 1.19.2 (#22335, #24271). git-svn-id: http://svn.redmine.org/redmine/trunk@16520 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7ad1cb14a..016d9fc79 100644 --- a/Gemfile +++ b/Gemfile @@ -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