]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: update rbpdf to version 1.18.2 (#18176)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 25 Oct 2014 07:09:20 +0000 (07:09 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 25 Oct 2014 07:09:20 +0000 (07:09 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13506 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

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