Skip to content

Commit fc76c5b

Browse files
committed
chore(deps): bump
1 parent f9c8329 commit fc76c5b

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.4
1+
3.4.5

Gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
md_to_pdf (0.2.4)
55
base64 (~> 0.2)
6-
bigdecimal (~> 3.1)
6+
bigdecimal (~> 3.2)
77
color_conversion (~> 0.1)
88
front_matter_parser (~> 1.0)
99
json-schema (~> 4.3)
@@ -29,28 +29,28 @@ GEM
2929
diff-lcs (1.6.2)
3030
front_matter_parser (1.0.1)
3131
hashery (2.1.2)
32-
json (2.12.2)
32+
json (2.13.1)
3333
json-schema (4.3.1)
3434
addressable (>= 2.8)
3535
language_server-protocol (3.17.0.5)
3636
lint_roller (1.1.0)
37-
markly (0.13.0)
37+
markly (0.13.1)
3838
matrix (0.4.3)
39-
nokogiri (1.18.8-aarch64-linux-gnu)
39+
nokogiri (1.18.9-aarch64-linux-gnu)
4040
racc (~> 1.4)
41-
nokogiri (1.18.8-aarch64-linux-musl)
41+
nokogiri (1.18.9-aarch64-linux-musl)
4242
racc (~> 1.4)
43-
nokogiri (1.18.8-arm-linux-gnu)
43+
nokogiri (1.18.9-arm-linux-gnu)
4444
racc (~> 1.4)
45-
nokogiri (1.18.8-arm-linux-musl)
45+
nokogiri (1.18.9-arm-linux-musl)
4646
racc (~> 1.4)
47-
nokogiri (1.18.8-arm64-darwin)
47+
nokogiri (1.18.9-arm64-darwin)
4848
racc (~> 1.4)
49-
nokogiri (1.18.8-x86_64-darwin)
49+
nokogiri (1.18.9-x86_64-darwin)
5050
racc (~> 1.4)
51-
nokogiri (1.18.8-x86_64-linux-gnu)
51+
nokogiri (1.18.9-x86_64-linux-gnu)
5252
racc (~> 1.4)
53-
nokogiri (1.18.8-x86_64-linux-musl)
53+
nokogiri (1.18.9-x86_64-linux-musl)
5454
racc (~> 1.4)
5555
parallel (1.27.0)
5656
parser (3.3.8.0)
@@ -80,7 +80,7 @@ GEM
8080
rspec-core (~> 3.13.0)
8181
rspec-expectations (~> 3.13.0)
8282
rspec-mocks (~> 3.13.0)
83-
rspec-core (3.13.4)
83+
rspec-core (3.13.5)
8484
rspec-support (~> 3.13.0)
8585
rspec-expectations (3.13.5)
8686
diff-lcs (>= 1.2.0, < 2.0)
@@ -89,18 +89,19 @@ GEM
8989
diff-lcs (>= 1.2.0, < 2.0)
9090
rspec-support (~> 3.13.0)
9191
rspec-support (3.13.4)
92-
rubocop (1.76.2)
92+
rubocop (1.79.0)
9393
json (~> 2.3)
9494
language_server-protocol (~> 3.17.0.2)
9595
lint_roller (~> 1.1.0)
9696
parallel (~> 1.10)
9797
parser (>= 3.3.0.2)
9898
rainbow (>= 2.2.2, < 4.0)
9999
regexp_parser (>= 2.9.3, < 3.0)
100-
rubocop-ast (>= 1.45.1, < 2.0)
100+
rubocop-ast (>= 1.46.0, < 2.0)
101101
ruby-progressbar (~> 1.7)
102+
tsort (>= 0.2.0)
102103
unicode-display_width (>= 2.4.0, < 4.0)
103-
rubocop-ast (1.45.1)
104+
rubocop-ast (1.46.0)
104105
parser (>= 3.3.7.2)
105106
prism (~> 1.4)
106107
rubocop-rake (0.7.1)
@@ -112,6 +113,7 @@ GEM
112113
ruby-progressbar (1.13.0)
113114
ruby-rc4 (0.1.5)
114115
text-hyphen (1.5.0)
116+
tsort (0.2.0)
115117
ttfunk (1.7.0)
116118
unicode-display_width (3.1.4)
117119
unicode-emoji (~> 4.0, >= 4.0.4)

md_to_pdf.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818
s.required_ruby_version = '>= 3.4.0'
1919

2020
s.add_dependency "base64", ["~> 0.2"]
21-
s.add_dependency "bigdecimal", ["~> 3.1"]
21+
s.add_dependency "bigdecimal", ["~> 3.2"]
2222
s.add_dependency "color_conversion", ["~> 0.1"]
2323
s.add_dependency "front_matter_parser", ["~> 1.0"]
2424
s.add_dependency "json-schema", ["~> 4.3"]

0 commit comments

Comments
 (0)