From 2dfec42484c32dc671ea9706a0bae2b942fd15a2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 6 Apr 2017 17:16:36 +0000 Subject: [PATCH] Reverts to rbpdf 1.19.0 for now. Using rbpdf-font 1.19.1 Encoding::UndefinedConversionError: "\x81" to UTF-8 in conversion from Windows-1 252 to UTF-8 An error occurred while installing rbpdf (1.19.1), and Bundler cannot continue. Make sure that `gem install rbpdf -v '1.19.1'` succeeds before bundling. git-svn-id: http://svn.redmine.org/redmine/trunk@16507 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4a274549f..8ebaf5713 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,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