Skip to content

Commit

Permalink
Bump minimum PDF::Core version to fix rotate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Mar 12, 2015
1 parent 9b1cb14 commit e249f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prawn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.licenses = ['RUBY', 'GPL-2', 'GPL-3']

spec.add_dependency('ttfunk', '~> 1.4.0')
spec.add_dependency('pdf-core', "~> 0.5.0")
spec.add_dependency('pdf-core', "~> 0.5.1")

spec.add_development_dependency('pdf-inspector', '~> 1.2.0')
spec.add_development_dependency('yard')
Expand Down

0 comments on commit e249f3e

Please sign in to comment.