Project

General

Profile

Patch #31877

Updated by Go MAEDA over 4 years ago

rbpdf 1.20.0 was released on 2019-08-11. 
 https://rubygems.org/gems/rbpdf/versions/1.20.0 

 <pre><code class="diff"> 
 Index: Gemfile 
 =================================================================== 
 --- Gemfile 	 (リビジョン 18353) 
 +++ Gemfile 	 (作業コピー) 
 @@ -13,7 +13,7 @@ 
  gem "csv", "~> 3.1.1" 
  gem "nokogiri", "~> 1.10.0" 
  gem "i18n", "~> 1.6.0" 
 -gem "rbpdf", "~> 1.19.6" 
 +gem "rbpdf", "~> 1.20.0" 
 
  # Windows does not include zoneinfo files, so bundle the tzinfo-data gem 
  gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin] 
 </code></pre>

Back