summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-06-22 08:08:37 +0000
committerGo MAEDA <maeda@farend.jp>2018-06-22 08:08:37 +0000
commitd27b525acad4663206241550fe3810727f49e499 (patch)
tree4e9749b79577fdfc67d46a0b8388a614cd46ad34
parentf2843a26d0a63d3e2859bfa00795d42e433830ab (diff)
downloadredmine-d27b525acad4663206241550fe3810727f49e499.tar.gz
redmine-d27b525acad4663206241550fe3810727f49e499.zip
Merged r17405 from trunk to 3.4-stable (#28125).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17408 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 634274c63..42f9a35fd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,7 +29,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