summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-12-04 07:29:56 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-12-04 07:29:56 +0000
commit439b7789804f90228ddba5d85ccb75d4021dc364 (patch)
treede42875168c1eb9dfc679380bb8b9953733e981d /Gemfile
parentd20f0ada288fcf4689526afe32f9f0d87653920c (diff)
downloadredmine-439b7789804f90228ddba5d85ccb75d4021dc364.tar.gz
redmine-439b7789804f90228ddba5d85ccb75d4021dc364.zip
Merged r14908, r14909 and r14910 from trunk to 3.2-stable (#19017)
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@14912 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 e2ef97d5d..3ad9b1e93 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,7 +17,7 @@ gem "roadie-rails"
# 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.7"
+gem "rbpdf", "~> 1.19.0"
# Optional gem for LDAP authentication
group :ldap do