]> source.dussan.org Git - redmine.git/commitdiff
Merged r16520 (#22335, #24271).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 9 Apr 2017 08:14:53 +0000 (08:14 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 9 Apr 2017 08:14:53 +0000 (08:14 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16530 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 415d82ed2bd4f0eae83b13fbd8cd5738a4558cf2..4db6b55118a3752c3f479231fdbf042843b304d1 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -26,7 +26,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.2"
 
 # Optional gem for LDAP authentication
 group :ldap do