]> source.dussan.org Git - redmine.git/commitdiff
Require rbpdf 1.18.5 that is Rails 4.2 compatible (#14534).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Jan 2015 21:39:47 +0000 (21:39 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Jan 2015 21:39:47 +0000 (21:39 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13943 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 2991b004a3a49818ef5332afb65bb418b6eca2bc..ba6be038d7001ced693150f5d4ec80ca6da5d8e8 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ gem "actionpack-xml_parser"
 
 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
-gem "rbpdf", "~> 1.18.4"
+gem "rbpdf", "~> 1.18.5"
 
 # Optional gem for LDAP authentication
 group :ldap do