]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: explicitly use rbpdf 1.19.1 (#22335, #24271)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 5 Apr 2017 10:53:44 +0000 (10:53 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 5 Apr 2017 10:53:44 +0000 (10:53 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16485 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 1b51d21cf56da1fcebbc7785a347153ecfc54e37..4a274549f08e48dc40c69d2acb472e00fb25e8c3 100644 (file)
--- 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