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 51
51
mini_portile2 (~> 2.8.2 )
52
52
racc (~> 1.4 )
53
53
parallel (1.24.0 )
54
- parser (3.2.2.4 )
54
+ parser (3.3.0.5 )
55
55
ast (~> 2.4.1 )
56
56
racc
57
57
racc (1.7.3 )
65
65
nokogiri (~> 1.14 )
66
66
rainbow (3.1.1 )
67
67
rake (13.1.0 )
68
- regexp_parser (2.8.3 )
68
+ regexp_parser (2.9.0 )
69
69
rexml (3.2.6 )
70
- rubocop (1.59.0 )
70
+ rubocop (1.60.1 )
71
71
json (~> 2.3 )
72
72
language_server-protocol (>= 3.17.0 )
73
73
parallel (~> 1.10 )
74
- parser (>= 3.2.2.4 )
74
+ parser (>= 3.3.0.2 )
75
75
rainbow (>= 2.2.2 , < 4.0 )
76
76
regexp_parser (>= 1.8 , < 3.0 )
77
77
rexml (>= 3.2.5 , < 4.0 )
@@ -107,7 +107,7 @@ DEPENDENCIES
107
107
minitest (~> 5.21.1 )
108
108
mocha (~> 2.1.0 )
109
109
rake (~> 13.1.0 )
110
- rubocop (= 1.59.0 )
110
+ rubocop (= 1.60.1 )
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.59.0 "
24
+ s . add_development_dependency "rubocop" , "= 1.60.1 "
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