summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-06-18 09:45:50 +0000
committerGo MAEDA <maeda@farend.jp>2018-06-18 09:45:50 +0000
commitc422bee4c4087711c3893f1ef2f62e5f7022565e (patch)
treeb9c04614b75c2346b8c088bd5087b004b27a7f98 /Gemfile
parentd32f0073193903bd708fc66c45ba29000eb44e8d (diff)
downloadredmine-c422bee4c4087711c3893f1ef2f62e5f7022565e.tar.gz
redmine-c422bee4c4087711c3893f1ef2f62e5f7022565e.zip
Update rbpdf gem to 1.19.4 (#28125).
Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@17405 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 7d711c0df..64598a571 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,7 +23,7 @@ gem "rails-html-sanitizer", ">= 1.0.3"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]
-gem "rbpdf", "~> 1.19.3"
+gem "rbpdf", "~> 1.19.4"
# Optional gem for LDAP authentication
group :ldap do