summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-12-06 13:49:09 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-12-06 13:49:09 +0000
commit8caeb9f24279227ceeb9b9231927c380d4a17439 (patch)
tree36b049e347216c2b641301eb877390410bcd320f /Gemfile
parenta8e37594588721df8afcafa23e3851eb67aaec10 (diff)
downloadredmine-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 867f35c93..950d0d5ca 100644
--- 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, :x64_mingw, :mswin, :jruby]
-gem "rbpdf", "~> 1.18.2"
+gem "rbpdf", "~> 1.18.3"
# Optional gem for LDAP authentication
group :ldap do