diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-12-06 13:49:09 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-12-06 13:49:09 +0000 |
commit | 8caeb9f24279227ceeb9b9231927c380d4a17439 (patch) | |
tree | 36b049e347216c2b641301eb877390410bcd320f /Gemfile | |
parent | a8e37594588721df8afcafa23e3851eb67aaec10 (diff) | |
download | redmine-8caeb9f24279227ceeb9b9231927c380d4a17439.tar.gz redmine-8caeb9f24279227ceeb9b9231927c380d4a17439.zip |
Gemfile: update rbpdf version to 1.18.3 (#16040, #18586, #10681)
git-svn-id: http://svn.redmine.org/redmine/trunk@13726 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-action_caching" # 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.2" +gem "rbpdf", "~> 1.18.3" # Optional gem for LDAP authentication group :ldap do |