File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 65
65
rainbow (3.1.1 )
66
66
rake (13.0.6 )
67
67
regexp_parser (2.8.1 )
68
- rexml (3.2.5 )
69
- rubocop (1.54.2 )
68
+ rexml (3.2.6 )
69
+ rubocop (1.55.0 )
70
70
json (~> 2.3 )
71
71
language_server-protocol (>= 3.17.0 )
72
72
parallel (~> 1.10 )
73
73
parser (>= 3.2.2.3 )
74
74
rainbow (>= 2.2.2 , < 4.0 )
75
75
regexp_parser (>= 1.8 , < 3.0 )
76
76
rexml (>= 3.2.5 , < 4.0 )
77
- rubocop-ast (>= 1.28.0 , < 2.0 )
77
+ rubocop-ast (>= 1.28.1 , < 2.0 )
78
78
ruby-progressbar (~> 1.7 )
79
79
unicode-display_width (>= 2.4.0 , < 3.0 )
80
80
rubocop-ast (1.29.0 )
@@ -106,7 +106,7 @@ DEPENDENCIES
106
106
minitest (~> 5.18.0 )
107
107
mocha (~> 2.0.2 )
108
108
rake (~> 13.0.6 )
109
- rubocop (= 1.54.2 )
109
+ rubocop (= 1.55.0 )
110
110
rubocop-github (~> 0.20.0 )
111
111
112
112
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.0.2"
22
22
s . add_development_dependency "rake" , "~> 13.0.6"
23
23
24
- s . add_development_dependency "rubocop" , "= 1.54.2 "
24
+ s . add_development_dependency "rubocop" , "= 1.55.0 "
25
25
s . add_development_dependency "rubocop-github" , "~> 0.20.0"
26
26
s . metadata [ "rubygems_mfa_required" ] = "true"
27
27
end
You can’t perform that action at this time.
0 commit comments