From c2eb531f7e7de1a3190893b9f3408035af987389 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 21 Jun 2015 08:35:40 +0000 Subject: [PATCH] update Gemfile to require rbpdf ~>1.18.6 (#20142) git-svn-id: http://svn.redmine.org/redmine/trunk@14360 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b344e0082..8c81a2065 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "loofah", "~> 2.0" # 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.5" +gem "rbpdf", "~> 1.18.6" # Optional gem for LDAP authentication group :ldap do -- 2.39.5