summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-01-11 04:19:33 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-01-11 04:19:33 +0000
commit34b3376b812c748806a9f2e9b659a4da216a54dc (patch)
treeb32f3819e2aabbadb40d558b921544a971d3e50a
parenta18c719fcc9cf2bf44bed59944ae1ad349dce970 (diff)
downloadredmine-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
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1f9aee98b..343cdd1c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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