]> source.dussan.org Git - redmine.git/commitdiff
Use rbpdf 1.19.2 (#22335, #24271).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 8 Apr 2017 07:33:25 +0000 (07:33 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 8 Apr 2017 07:33:25 +0000 (07:33 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16520 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 7ad1cb14a098d03cf8559c1bd300fbb952bdec01..016d9fc7947541c36452128697188173a7984218 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -24,7 +24,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]
-gem "rbpdf", "1.19.0"
+gem "rbpdf", "~> 1.19.2"
 
 # Optional gem for LDAP authentication
 group :ldap do