Skip to content

Commit

Permalink
Merge pull request #539 from yob/ascii85-2-0
Browse files Browse the repository at this point in the history
Allow Ascii81 1.0 and 2.0
  • Loading branch information
yob authored Nov 2, 2024
2 parents c049945 + 855d067 commit 24e48b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pdf-reader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("pry")
spec.add_development_dependency("rdoc")

spec.add_dependency('Ascii85', '~> 1.0')
# v2.0.0 has some encoding issues with binary data
spec.add_dependency('Ascii85', '>= 1.0', '< 3.0', '!= 2.0.0')
spec.add_dependency('ruby-rc4')
spec.add_dependency('hashery', '~> 2.0')
spec.add_dependency('ttfunk')
Expand Down

0 comments on commit 24e48b3

Please sign in to comment.