summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-04-05 10:53:44 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-04-05 10:53:44 +0000
commit150380ed585e2647f1518c24a6c9bbcfb2250203 (patch)
tree92ca2ca65adebb4c53503b193eb767fd2134b73f /Gemfile
parentb021eb648dbe854969faddd189a3880ce52bbc3e (diff)
downloadredmine-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1b51d21cf..4a274549f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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