]> source.dussan.org Git - redmine.git/commitdiff
Merged r16485 from trunk to 3.3-stable (#22335, #24271)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 5 Apr 2017 11:04:24 +0000 (11:04 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 5 Apr 2017 11:04:24 +0000 (11:04 +0000)
Gemfile: explicitly use rbpdf 1.19.1.

git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16486 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index cc8de8d25ff6f86f0162025b882ed9c487c729f5..5253e7c0242fc26d95c401022716675db26b58c0 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -25,7 +25,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