File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Original file line number Diff line number Diff line change 38
38
erubi (1.12.0 )
39
39
i18n (1.14.1 )
40
40
concurrent-ruby (~> 1.0 )
41
- json (2.7.0 )
41
+ json (2.7.1 )
42
42
language_server-protocol (3.17.0.3 )
43
43
loofah (2.21.3 )
44
44
crass (~> 1.0.2 )
50
50
nokogiri (1.15.4 )
51
51
mini_portile2 (~> 2.8.2 )
52
52
racc (~> 1.4 )
53
- parallel (1.23 .0 )
53
+ parallel (1.24 .0 )
54
54
parser (3.2.2.4 )
55
55
ast (~> 2.4.1 )
56
56
racc
65
65
nokogiri (~> 1.14 )
66
66
rainbow (3.1.1 )
67
67
rake (13.1.0 )
68
- regexp_parser (2.8.2 )
68
+ regexp_parser (2.8.3 )
69
69
rexml (3.2.6 )
70
- rubocop (1.58 .0 )
70
+ rubocop (1.59 .0 )
71
71
json (~> 2.3 )
72
72
language_server-protocol (>= 3.17.0 )
73
73
parallel (~> 1.10 )
@@ -107,7 +107,7 @@ DEPENDENCIES
107
107
minitest (~> 5.20.0 )
108
108
mocha (~> 2.1.0 )
109
109
rake (~> 13.1.0 )
110
- rubocop (= 1.58 .0 )
110
+ rubocop (= 1.59 .0 )
111
111
rubocop-github (~> 0.20.0 )
112
112
113
113
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
s . add_development_dependency "mocha" , "~> 2.1.0"
22
22
s . add_development_dependency "rake" , "~> 13.1.0"
23
23
24
- s . add_development_dependency "rubocop" , "= 1.58 .0"
24
+ s . add_development_dependency "rubocop" , "= 1.59 .0"
25
25
s . add_development_dependency "rubocop-github" , "~> 0.20.0"
26
26
s . metadata [ "rubygems_mfa_required" ] = "true"
27
27
You can’t perform that action at this time.
0 commit comments