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 52
52
mini_portile2 (~> 2.8.2 )
53
53
racc (~> 1.4 )
54
54
parallel (1.23.0 )
55
- parser (3.2.2.3 )
55
+ parser (3.2.2.4 )
56
56
ast (~> 2.4.1 )
57
57
racc
58
58
racc (1.7.1 )
66
66
nokogiri (~> 1.14 )
67
67
rainbow (3.1.1 )
68
68
rake (13.0.6 )
69
- regexp_parser (2.8.1 )
69
+ regexp_parser (2.8.2 )
70
70
rexml (3.2.6 )
71
- rubocop (1.56.4 )
71
+ rubocop (1.57.1 )
72
72
base64 (~> 0.1.1 )
73
73
json (~> 2.3 )
74
74
language_server-protocol (>= 3.17.0 )
75
75
parallel (~> 1.10 )
76
- parser (>= 3.2.2.3 )
76
+ parser (>= 3.2.2.4 )
77
77
rainbow (>= 2.2.2 , < 4.0 )
78
78
regexp_parser (>= 1.8 , < 3.0 )
79
79
rexml (>= 3.2.5 , < 4.0 )
@@ -109,7 +109,7 @@ DEPENDENCIES
109
109
minitest (~> 5.20.0 )
110
110
mocha (~> 2.1.0 )
111
111
rake (~> 13.0.6 )
112
- rubocop (= 1.56.4 )
112
+ rubocop (= 1.57.1 )
113
113
rubocop-github (~> 0.20.0 )
114
114
115
115
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.0.6"
23
23
24
- s . add_development_dependency "rubocop" , "= 1.56.4 "
24
+ s . add_development_dependency "rubocop" , "= 1.57.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