diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-11 04:19:33 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-11 04:19:33 +0000 |
commit | 34b3376b812c748806a9f2e9b659a4da216a54dc (patch) | |
tree | b32f3819e2aabbadb40d558b921544a971d3e50a /Gemfile | |
parent | a18c719fcc9cf2bf44bed59944ae1ad349dce970 (diff) | |
download | redmine-34b3376b812c748806a9f2e9b659a4da216a54dc.tar.gz redmine-34b3376b812c748806a9f2e9b659a4da216a54dc.zip |
Gemfile: update rbpdf version to 1.18.4 (#18629)
git-svn-id: http://svn.redmine.org/redmine/trunk@13870 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |