From 559ce119967ade25788d51fa2311a33e72a9a869 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 9 Apr 2017 08:15:02 +0000 Subject: [PATCH] Merged r16520 (#22335, #24271). git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16531 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 676520b0f..c1cf61426 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,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, :jruby] -gem "rbpdf", "1.19.0" +gem "rbpdf", "~> 1.19.2" # Optional gem for LDAP authentication group :ldap do -- 2.39.5