Skip to content

Commit 8d86cf1

Browse files
authored
Merge pull request #52 from jgnagy/chore/dependency-update-20250117
Dependency rollup
2 parents 24420d4 + de71f9e commit 8d86cf1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metatron (0.8.5)
4+
metatron (0.8.6)
55
json (~> 2.6)
66
rack (>= 2.2.8, < 4)
77

@@ -16,28 +16,28 @@ GEM
1616
docile (1.4.1)
1717
e2mmap (0.1.0)
1818
jaro_winkler (1.6.0)
19-
json (2.9.0)
19+
json (2.9.1)
2020
kramdown (2.5.1)
2121
rexml (>= 3.3.9)
2222
kramdown-parser-gfm (1.1.0)
2323
kramdown (~> 2.0)
2424
language_server-protocol (3.17.0.3)
25-
nokogiri (1.17.2-arm64-darwin)
25+
nokogiri (1.18.1-arm64-darwin)
2626
racc (~> 1.4)
27-
nokogiri (1.17.2-x86_64-linux)
27+
nokogiri (1.18.1-x86_64-linux-gnu)
2828
racc (~> 1.4)
2929
parallel (1.26.3)
30-
parser (3.3.6.0)
30+
parser (3.3.7.0)
3131
ast (~> 2.4.1)
3232
racc
3333
racc (1.8.1)
3434
rack (3.1.8)
35-
rack-test (2.1.0)
35+
rack-test (2.2.0)
3636
rack (>= 1.3)
3737
rainbow (3.1.1)
3838
rake (12.3.3)
3939
rbs (2.8.4)
40-
regexp_parser (2.9.3)
40+
regexp_parser (2.10.0)
4141
reverse_markdown (2.1.1)
4242
nokogiri
4343
rexml (3.4.0)
@@ -54,7 +54,7 @@ GEM
5454
diff-lcs (>= 1.2.0, < 2.0)
5555
rspec-support (~> 3.13.0)
5656
rspec-support (3.13.2)
57-
rubocop (1.69.2)
57+
rubocop (1.70.0)
5858
json (~> 2.3)
5959
language_server-protocol (>= 3.17.0)
6060
parallel (~> 1.10)
@@ -106,8 +106,8 @@ GEM
106106
tilt (~> 2.0)
107107
yard (~> 0.9, >= 0.9.24)
108108
thor (1.3.2)
109-
tilt (2.4.0)
110-
unicode-display_width (3.1.2)
109+
tilt (2.6.0)
110+
unicode-display_width (3.1.4)
111111
unicode-emoji (~> 4.0, >= 4.0.4)
112112
unicode-emoji (4.0.4)
113113
yard (0.9.37)

lib/metatron/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Metatron
4-
VERSION = "0.8.5"
4+
VERSION = "0.8.6"
55
end

0 commit comments

Comments
 (0)