File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ class Node
123
123
# [Yields] Nokogiri::XML::Node
124
124
# [Returns] Nokogiri::XML::Node
125
125
#
126
- def initialize ( name , document ) # rubocop:disable Style/RedundantInitialize
127
- # This is intentionally empty.
126
+ def initialize ( name , document )
127
+ # This is intentionally empty, and sets the method signature for subclasses .
128
128
end
129
129
130
130
###
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ Gem::Specification.new do |spec|
330
330
spec . add_development_dependency ( "rake-compiler-dock" , "~> 1.2" )
331
331
spec . add_development_dependency ( "rdoc" , "~> 6.3" )
332
332
spec . add_development_dependency ( "rexical" , "~> 1.0.7" )
333
- spec . add_development_dependency ( "rubocop" , "~> 1.23 " )
333
+ spec . add_development_dependency ( "rubocop" , "~> 1.28" , ">= 1.28.2 ")
334
334
spec . add_development_dependency ( "rubocop-minitest" , "~> 0.17" )
335
335
spec . add_development_dependency ( "rubocop-performance" , "~> 1.12" )
336
336
spec . add_development_dependency ( "rubocop-rake" , "~> 0.6" )
You can’t perform that action at this time.
0 commit comments