]> source.dussan.org Git - redmine.git/commitdiff
Merged r16507 from trunk to 3.3-stable (#22335, #24271)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 6 Apr 2017 20:05:43 +0000 (20:05 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 6 Apr 2017 20:05:43 +0000 (20:05 +0000)
Gemfile: use rbpdf 1.19.0.

git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16512 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 5253e7c0242fc26d95c401022716675db26b58c0..f003c044dab44f682762f16ed7b36bf9790ebc14 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -25,7 +25,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.1"
+gem "rbpdf", "1.19.0"
 
 # Optional gem for LDAP authentication
 group :ldap do