Skip to content

Commit bff3506

Browse files
committed
chore: version bump
1 parent b1e852b commit bff3506

File tree

2 files changed

+25
-20
lines changed

2 files changed

+25
-20
lines changed

Gemfile.lock

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

@@ -14,38 +14,41 @@ GEM
1414
byebug (11.1.3)
1515
diff-lcs (1.5.1)
1616
docile (1.4.1)
17-
e2mmap (0.1.0)
1817
jaro_winkler (1.6.0)
19-
json (2.9.1)
18+
json (2.10.1)
2019
kramdown (2.5.1)
2120
rexml (>= 3.3.9)
2221
kramdown-parser-gfm (1.1.0)
2322
kramdown (~> 2.0)
24-
language_server-protocol (3.17.0.3)
25-
nokogiri (1.18.1-arm64-darwin)
23+
language_server-protocol (3.17.0.4)
24+
logger (1.6.5)
25+
nokogiri (1.18.2-arm64-darwin)
2626
racc (~> 1.4)
27-
nokogiri (1.18.1-x86_64-linux-gnu)
27+
nokogiri (1.18.2-x86_64-linux-gnu)
2828
racc (~> 1.4)
29+
observer (0.1.2)
30+
ostruct (0.6.1)
2931
parallel (1.26.3)
30-
parser (3.3.7.0)
32+
parser (3.3.7.1)
3133
ast (~> 2.4.1)
3234
racc
3335
racc (1.8.1)
34-
rack (3.1.8)
36+
rack (3.1.10)
3537
rack-test (2.2.0)
3638
rack (>= 1.3)
3739
rainbow (3.1.1)
3840
rake (12.3.3)
39-
rbs (2.8.4)
41+
rbs (3.8.1)
42+
logger
4043
regexp_parser (2.10.0)
41-
reverse_markdown (2.1.1)
44+
reverse_markdown (3.0.0)
4245
nokogiri
4346
rexml (3.4.0)
4447
rspec (3.13.0)
4548
rspec-core (~> 3.13.0)
4649
rspec-expectations (~> 3.13.0)
4750
rspec-mocks (~> 3.13.0)
48-
rspec-core (3.13.2)
51+
rspec-core (3.13.3)
4952
rspec-support (~> 3.13.0)
5053
rspec-expectations (3.13.3)
5154
diff-lcs (>= 1.2.0, < 2.0)
@@ -54,17 +57,17 @@ GEM
5457
diff-lcs (>= 1.2.0, < 2.0)
5558
rspec-support (~> 3.13.0)
5659
rspec-support (3.13.2)
57-
rubocop (1.70.0)
60+
rubocop (1.71.2)
5861
json (~> 2.3)
5962
language_server-protocol (>= 3.17.0)
6063
parallel (~> 1.10)
6164
parser (>= 3.3.0.2)
6265
rainbow (>= 2.2.2, < 4.0)
6366
regexp_parser (>= 2.9.3, < 3.0)
64-
rubocop-ast (>= 1.36.2, < 2.0)
67+
rubocop-ast (>= 1.38.0, < 2.0)
6568
ruby-progressbar (~> 1.7)
6669
unicode-display_width (>= 2.4.0, < 4.0)
67-
rubocop-ast (1.37.0)
70+
rubocop-ast (1.38.0)
6871
parser (>= 3.3.1.0)
6972
rubocop-capybara (2.21.0)
7073
rubocop (~> 1.41)
@@ -89,18 +92,20 @@ GEM
8992
simplecov (~> 0.19)
9093
simplecov-html (0.13.1)
9194
simplecov_json_formatter (0.1.4)
92-
solargraph (0.50.0)
95+
solargraph (0.51.2)
9396
backport (~> 1.2)
9497
benchmark
9598
bundler (~> 2.0)
9699
diff-lcs (~> 1.4)
97-
e2mmap
98-
jaro_winkler (~> 1.5)
100+
jaro_winkler (~> 1.6)
99101
kramdown (~> 2.3)
100102
kramdown-parser-gfm (~> 1.1)
103+
logger (~> 1.6)
104+
observer (~> 0.1)
105+
ostruct (~> 0.6)
101106
parser (~> 3.0)
102-
rbs (~> 2.0)
103-
reverse_markdown (~> 2.0)
107+
rbs (~> 3.0)
108+
reverse_markdown (>= 2.0, < 4)
104109
rubocop (~> 1.38)
105110
thor (~> 1.0)
106111
tilt (~> 2.0)

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.7"
4+
VERSION = "0.8.8"
55
end

0 commit comments

Comments
 (0)