File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -53,3 +53,6 @@ Metrics/ModuleLength:
5353Metrics/PerceivedComplexity :
5454 Max : 14
5555
56+ # require:
57+ # - rubocop-rake
58+ # - rubocop-rspec
Original file line number Diff line number Diff line change @@ -4,5 +4,7 @@ source "https://rubygems.org"
44
55gem "byebug" , "~> 11.0" , platforms : %i[ mri mingw x64_mingw ]
66gem "rubocop" , "~> 1.22"
7+ gem "rubocop-rake" , require : false
8+ gem "rubocop-rspec" , require : false
79
810gemspec
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Gem::Specification.new do |s|
2222 "bug_tracker_uri" => "https://github.com/rubycdp/ferrum/issues" ,
2323 "documentation_uri" => "https://github.com/rubycdp/ferrum/blob/master/README.md" ,
2424 "changelog_uri" => "https://github.com/rubycdp/ferrum/blob/master/CHANGELOG.md" ,
25- "source_code_uri" => "https://github.com/rubycdp/ferrum"
25+ "source_code_uri" => "https://github.com/rubycdp/ferrum" ,
26+ "rubygems_mfa_required" => "true"
2627 }
2728
2829 s . required_ruby_version = ">= 2.6.0"
You can’t perform that action at this time.
0 commit comments