Skip to content

Commit

Permalink
Update prawn version to 2.0.1. Refs spree-contrib#82
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Ferri committed Jul 2, 2015
1 parent a4b8acf commit 5e2dda8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/spree_print_invoice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'spree_print_invoice/version'
require 'prawn_handler'
require 'spree_print_invoice/errors'
require 'prawn/table'

module Spree
module PrintInvoice
Expand Down
3 changes: 2 additions & 1 deletion spree-print-invoice.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_runtime_dependency 'prawn', '~> 1.0.0'
s.add_runtime_dependency 'prawn', '~> 2.0.1'
s.add_runtime_dependency 'prawn-table', '~> 0.2.1'
s.add_runtime_dependency 'spree_core', '~> 3.0.0'

s.add_development_dependency 'capybara', '~> 2.4.4'
Expand Down

0 comments on commit 5e2dda8

Please sign in to comment.