]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: update rbpdf version to 1.18.4 (#18629)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 11 Jan 2015 04:19:33 +0000 (04:19 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 11 Jan 2015 04:19:33 +0000 (04:19 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13870 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

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