File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change 64
64
rake (13.0.6 )
65
65
regexp_parser (2.8.0 )
66
66
rexml (3.2.5 )
67
- rubocop (1.49 .0 )
67
+ rubocop (1.51 .0 )
68
68
json (~> 2.3 )
69
69
parallel (~> 1.10 )
70
70
parser (>= 3.2.0.0 )
@@ -103,7 +103,7 @@ DEPENDENCIES
103
103
minitest (~> 5.18.0 )
104
104
mocha (~> 2.0.2 )
105
105
rake (~> 13.0.6 )
106
- rubocop (= 1.49 .0 )
106
+ rubocop (= 1.51 .0 )
107
107
rubocop-github (~> 0.20.0 )
108
108
109
109
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.49 .0"
24
+ s . add_development_dependency "rubocop" , "= 1.51 .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