diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-04-05 10:53:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-04-05 10:53:44 +0000 |
commit | 150380ed585e2647f1518c24a6c9bbcfb2250203 (patch) | |
tree | 92ca2ca65adebb4c53503b193eb767fd2134b73f /Gemfile | |
parent | b021eb648dbe854969faddd189a3880ce52bbc3e (diff) | |
download | redmine-150380ed585e2647f1518c24a6c9bbcfb2250203.tar.gz redmine-150380ed585e2647f1518c24a6c9bbcfb2250203.zip |
Gemfile: explicitly use rbpdf 1.19.1 (#22335, #24271)
git-svn-id: http://svn.redmine.org/redmine/trunk@16485 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,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.1" # Optional gem for LDAP authentication group :ldap do |