summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-06-25 08:56:01 +0000
committerGo MAEDA <maeda@farend.jp>2018-06-25 08:56:01 +0000
commit7e4798cdb18760045df7ff71f06d027e6c6b77a5 (patch)
tree06622cc7bc691e1f88773f94c342349f91e294c6 /Gemfile
parentae32238b5aa1a701765c28ac9694aacfc3723303 (diff)
downloadredmine-7e4798cdb18760045df7ff71f06d027e6c6b77a5.tar.gz
redmine-7e4798cdb18760045df7ff71f06d027e6c6b77a5.zip
Merged r17414 from trunk to 3.3-stable (#28125).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17416 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 77bdf586e..40110a1a3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,7 +31,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, :jruby]
-gem "rbpdf", "~> 1.19.4"
+gem "rbpdf", "~> 1.19.5"
# Optional gem for LDAP authentication
group :ldap do