File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
group :development do
9
9
gem "rake" , "~> 13.2"
10
10
gem "rake-compiler"
11
- gem "standard" , "~> 1.40 "
11
+ gem "standard" , "~> 1.44 "
12
12
gem "get_process_mem"
13
13
gem "yard" , require : false
14
14
gem "yard-rustdoc" , "~> 0.4.0" , require : false
Original file line number Diff line number Diff line change 27
27
bigdecimal (>= 2.0 )
28
28
ffi (~> 1.0 )
29
29
json (2.9.1 )
30
- language_server-protocol (3.17.0.3 )
30
+ language_server-protocol (3.17.0.4 )
31
31
lint_roller (1.1.0 )
32
32
parallel (1.26.3 )
33
- parser (3.3.6 .0 )
33
+ parser (3.3.7 .0 )
34
34
ast (~> 2.4.1 )
35
35
racc
36
36
prettier_print (1.2.1 )
56
56
diff-lcs (>= 1.2.0 , < 2.0 )
57
57
rspec-support (~> 3.13.0 )
58
58
rspec-support (3.13.2 )
59
- rubocop (1.69.2 )
59
+ rubocop (1.70.0 )
60
60
json (~> 2.3 )
61
61
language_server-protocol (>= 3.17.0 )
62
62
parallel (~> 1.10 )
66
66
rubocop-ast (>= 1.36.2 , < 2.0 )
67
67
ruby-progressbar (~> 1.7 )
68
68
unicode-display_width (>= 2.4.0 , < 4.0 )
69
- rubocop-ast (1.37 .0 )
69
+ rubocop-ast (1.38 .0 )
70
70
parser (>= 3.3.1.0 )
71
71
rubocop-performance (1.23.1 )
72
72
rubocop (>= 1.48.1 , < 2.0 )
73
73
rubocop-ast (>= 1.31.1 , < 2.0 )
74
74
ruby-progressbar (1.13.0 )
75
- standard (1.43 .0 )
75
+ standard (1.44 .0 )
76
76
language_server-protocol (~> 3.17.0.2 )
77
77
lint_roller (~> 1.0 )
78
- rubocop (~> 1.69.1 )
78
+ rubocop (~> 1.70.0 )
79
79
standard-custom (~> 1.0.0 )
80
80
standard-performance (~> 1.6 )
81
81
standard-custom (1.0.2 )
86
86
rubocop-performance (~> 1.23.0 )
87
87
syntax_tree (5.3.0 )
88
88
prettier_print (>= 1.2.0 )
89
- unicode-display_width (3.1.3 )
89
+ unicode-display_width (3.1.4 )
90
90
unicode-emoji (~> 4.0 , >= 4.0.4 )
91
91
unicode-emoji (4.0.4 )
92
92
yard (0.9.37 )
@@ -114,7 +114,7 @@ DEPENDENCIES
114
114
rake (~> 13.2 )
115
115
rake-compiler
116
116
rspec (~> 3.13 )
117
- standard (~> 1.40 )
117
+ standard (~> 1.44 )
118
118
wasmtime !
119
119
yard
120
120
yard-rustdoc (~> 0.4.0 )
You can’t perform that action at this time.
0 commit comments