]> source.dussan.org Git - redmine.git/commitdiff
Merged r16507 from trunk to 3.2-stable (#22335, #24271)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 6 Apr 2017 20:07:00 +0000 (20:07 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 6 Apr 2017 20:07:00 +0000 (20:07 +0000)
Gemfile: use rbpdf 1.19.0.

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

Gemfile

diff --git a/Gemfile b/Gemfile
index 3af5a573a635afd612954acea75e2ef75cb19ec4..3f71b047b7f2f7f6a55bb6fd78f25fe764a53abc 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.1"
+gem "rbpdf", "1.19.0"
 
 # Optional gem for LDAP authentication
 group :ldap do