diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-10-25 07:09:20 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-10-25 07:09:20 +0000 |
commit | caccb57b55f7b9f3c1a3ee74e649804698481ce6 (patch) | |
tree | 2b7d3cd62ae52295081de995e1d32eafe8a5b4e9 | |
parent | d62574badb1dd49986abf83bfef88f60d1b504b6 (diff) | |
download | redmine-caccb57b55f7b9f3c1a3ee74e649804698481ce6.tar.gz redmine-caccb57b55f7b9f3c1a3ee74e649804698481ce6.zip |
Gemfile: update rbpdf to version 1.18.2 (#18176)
git-svn-id: http://svn.redmine.org/redmine/trunk@13506 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |