summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-06-22 08:12:49 +0000
committerGo MAEDA <maeda@farend.jp>2018-06-22 08:12:49 +0000
commitae32238b5aa1a701765c28ac9694aacfc3723303 (patch)
treef92b8215056a20fcc805f48469eb66487775a8a9
parentb849ebab64eafec65f33a97d8be714dca3b79f83 (diff)
downloadredmine-ae32238b5aa1a701765c28ac9694aacfc3723303.tar.gz
redmine-ae32238b5aa1a701765c28ac9694aacfc3723303.zip
Merged r17405 from trunk to 3.3-stable (#28125).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17409 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f09863fed..77bdf586e 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.3"
+gem "rbpdf", "~> 1.19.4"
# Optional gem for LDAP authentication
group :ldap do
ef='#n35'>35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65