summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-06-21 09:47:36 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-06-21 09:47:36 +0000
commitcf0bc934a31e0428e9e0e81e2235ddf54f0e6655 (patch)
treef4a04248582f2ae4c8726de3a0a58f1541ad9b1b
parentec0c7dbf26e8dd1d5d184b19e5d22216b17acd84 (diff)
downloadredmine-cf0bc934a31e0428e9e0e81e2235ddf54f0e6655.tar.gz
redmine-cf0bc934a31e0428e9e0e81e2235ddf54f0e6655.zip
Merged r14360 from trunk to 3.0-stable (#20142)
update Gemfile to require rbpdf ~>1.18.6. git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14361 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8855d1589..64c4eec64 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,7 @@ gem "actionpack-xml_parser"
# 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.5"
+gem "rbpdf", "~> 1.18.6"
# Optional gem for LDAP authentication
group :ldap do