Skip to content

Commit

Permalink
Allow anything up to Prawn 3.0
Browse files Browse the repository at this point in the history
This should be safe because Prawn 2.0.0 is unlikely to break table behavior.
  • Loading branch information
practicingruby committed Oct 31, 2014
1 parent 7a8afda commit 4808a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prawn-table.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.rubyforge_project = "prawn"
spec.licenses = ['RUBY', 'GPL-2', 'GPL-3']

spec.add_development_dependency('prawn', '~> 1.3')
spec.add_development_dependency('prawn', '>= 1.3.0', '< 3.0.0')
spec.add_development_dependency('pdf-inspector', '~> 1.1.0')
spec.add_development_dependency('yard')
spec.add_development_dependency('rspec', '2.14.1')
Expand Down

0 comments on commit 4808a99

Please sign in to comment.