diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-06 17:16:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-06 17:16:36 +0000 |
commit | 2dfec42484c32dc671ea9706a0bae2b942fd15a2 (patch) | |
tree | c88d4685ff72a5552a98dcec5866364ebfd08011 /Gemfile | |
parent | 49a28df30d42e16c9540ebda72f2864f7d5ee6df (diff) | |
download | redmine-2dfec42484c32dc671ea9706a0bae2b942fd15a2.tar.gz redmine-2dfec42484c32dc671ea9706a0bae2b942fd15a2.zip |
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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |