]> source.dussan.org Git - redmine.git/commitdiff
Merged r16975 from trunk to 3.3-stable (#25702)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 13 Oct 2017 05:07:25 +0000 (05:07 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 13 Oct 2017 05:07:25 +0000 (05:07 +0000)
Gemfile: update rbpdf version to 1.19.3.

git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16982 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index e25ff93bb491b63783b6bb8893cdd7dc79ca5696..771e62e9c6b6c75eb37e91e82efc703c08f8b864 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,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.2"
+gem "rbpdf", "~> 1.19.3"
 
 # Optional gem for LDAP authentication
 group :ldap do