Skip to content

Commit 0e0237f

Browse files
committed
update ruby and prawn
1 parent cc71060 commit 0e0237f

File tree

134 files changed

+12
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+12
-9
lines changed

Gemfile.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PATH
22
remote: .
33
specs:
4-
br_danfe (1.2.2)
4+
br_danfe (1.2.3)
55
barby (= 0.6.9)
66
br_documents (>= 0.1.3)
77
i18n (>= 0.8.6)
88
nokogiri (>= 1.8)
9-
prawn (~> 2.4.0)
9+
prawn (~> 2.5.0)
1010
prawn-table (= 0.2.2)
1111
rqrcode (>= 2.1, < 2.3)
1212

@@ -66,6 +66,7 @@ GEM
6666
rb-fsevent (~> 0.10, >= 0.10.3)
6767
rb-inotify (~> 0.9, >= 0.9.10)
6868
lumberjack (1.2.10)
69+
matrix (0.4.2)
6970
method_source (1.1.0)
7071
mini_portile2 (2.8.7)
7172
minitest (5.21.2)
@@ -80,7 +81,7 @@ GEM
8081
parallel (1.21.0)
8182
parser (3.0.2.0)
8283
ast (~> 2.4.1)
83-
pdf-core (0.9.0)
84+
pdf-core (0.10.0)
8485
pdf-inspector (1.3.0)
8586
pdf-reader (>= 1.0, < 3.0.a)
8687
pdf-reader (2.5.0)
@@ -89,9 +90,10 @@ GEM
8990
hashery (~> 2.0)
9091
ruby-rc4
9192
ttfunk
92-
prawn (2.4.0)
93-
pdf-core (~> 0.9.0)
94-
ttfunk (~> 1.7)
93+
prawn (2.5.0)
94+
matrix (~> 0.4)
95+
pdf-core (~> 0.10.0)
96+
ttfunk (~> 1.8)
9597
prawn-table (0.2.2)
9698
prawn (>= 1.3.0, < 3.0.0)
9799
pry (0.14.2)
@@ -152,7 +154,8 @@ GEM
152154
simplecov_json_formatter (0.1.4)
153155
strscan (3.1.0)
154156
thor (1.3.2)
155-
ttfunk (1.7.0)
157+
ttfunk (1.8.0)
158+
bigdecimal (~> 3.1)
156159
tzinfo (2.0.6)
157160
concurrent-ruby (~> 1.0)
158161
unicode-display_width (1.8.0)

br_danfe.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.add_dependency 'br_documents', '>= 0.1.3'
2121
spec.add_dependency 'i18n', '>= 0.8.6'
2222
spec.add_dependency 'nokogiri', '>= 1.8'
23-
spec.add_dependency 'prawn', '~> 2.4.0'
23+
spec.add_dependency 'prawn', '~> 2.5.0'
2424
spec.add_dependency 'prawn-table', '0.2.2'
2525
spec.add_dependency 'rqrcode', '>= 2.1', '< 2.3'
2626

lib/br_danfe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BrDanfe
2-
VERSION = '1.2.2'.freeze
2+
VERSION = '1.2.3'.freeze
33
end
0 Bytes
Binary file not shown.
3.37 KB
Binary file not shown.
0 Bytes
Binary file not shown.
1.36 KB
Binary file not shown.
1.16 KB
Binary file not shown.
1.4 KB
Binary file not shown.
1.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)