File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change 83
83
rainbow (3.1.1 )
84
84
rake (13.3.0 )
85
85
regexp_parser (2.10.0 )
86
- rubocop (1.76.1 )
86
+ rubocop (1.77.0 )
87
87
json (~> 2.3 )
88
88
language_server-protocol (~> 3.17.0.2 )
89
89
lint_roller (~> 1.1.0 )
90
90
parallel (~> 1.10 )
91
91
parser (>= 3.3.0.2 )
92
92
rainbow (>= 2.2.2 , < 4.0 )
93
93
regexp_parser (>= 2.9.3 , < 3.0 )
94
- rubocop-ast (>= 1.45.0 , < 2.0 )
94
+ rubocop-ast (>= 1.45.1 , < 2.0 )
95
95
ruby-progressbar (~> 1.7 )
96
96
unicode-display_width (>= 2.4.0 , < 4.0 )
97
97
rubocop-ast (1.45.1 )
@@ -130,7 +130,7 @@ DEPENDENCIES
130
130
minitest (~> 5.25.1 )
131
131
mocha (~> 2.7.0 )
132
132
rake (~> 13.3.0 )
133
- rubocop (= 1.76.1 )
133
+ rubocop (= 1.77.0 )
134
134
rubocop-github (~> 0.23.0 )
135
135
136
136
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.7.0"
22
22
s . add_development_dependency "rake" , "~> 13.3.0"
23
23
24
- s . add_development_dependency "rubocop" , "= 1.76.1 "
24
+ s . add_development_dependency "rubocop" , "= 1.77.0 "
25
25
s . add_development_dependency "rubocop-github" , "~> 0.23.0"
26
26
s . metadata [ "rubygems_mfa_required" ] = "true"
27
27
You can’t perform that action at this time.
0 commit comments