From: Toshi MARUYAMA Date: Sun, 21 Jun 2015 08:35:40 +0000 (+0000) Subject: update Gemfile to require rbpdf ~>1.18.6 (#20142) X-Git-Tag: 3.1.0~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c2eb531f7e7de1a3190893b9f3408035af987389;p=redmine.git update Gemfile to require rbpdf ~>1.18.6 (#20142) git-svn-id: http://svn.redmine.org/redmine/trunk@14360 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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