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

Gemfile

diff --git a/Gemfile b/Gemfile
index 676520b0f9707fd30783f4c3eec6f8dd934e4463..c1cf614262a1fc7a63ce6184fec46ed2df50af00 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