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:
53
53
Metrics/PerceivedComplexity :
54
54
Max : 14
55
55
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"
4
4
5
5
gem "byebug" , "~> 11.0" , platforms : %i[ mri mingw x64_mingw ]
6
6
gem "rubocop" , "~> 1.22"
7
+ gem "rubocop-rake" , require : false
8
+ gem "rubocop-rspec" , require : false
7
9
8
10
gemspec
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Gem::Specification.new do |s|
22
22
"bug_tracker_uri" => "https://github.com/rubycdp/ferrum/issues" ,
23
23
"documentation_uri" => "https://github.com/rubycdp/ferrum/blob/master/README.md" ,
24
24
"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"
26
27
}
27
28
28
29
s . required_ruby_version = ">= 2.6.0"
You can’t perform that action at this time.
0 commit comments