summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-10-25 07:09:20 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-10-25 07:09:20 +0000
commitcaccb57b55f7b9f3c1a3ee74e649804698481ce6 (patch)
tree2b7d3cd62ae52295081de995e1d32eafe8a5b4e9
parentd62574badb1dd49986abf83bfef88f60d1b504b6 (diff)
downloadredmine-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cf8d54686..d33925b09 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, :mswin, :jruby]
-gem "rbpdf", "~> 1.18.1"
+gem "rbpdf", "~> 1.18.2"
# Optional gem for LDAP authentication
group :ldap do