Skip to content

Commit

Permalink
Set rubygems_mfa_required in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
willnet committed Nov 22, 2021
1 parent 72da767 commit 3715b87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions delayed_job_active_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Gem::Specification.new do |spec|
spec.add_dependency "activerecord", [">= 3.0", "< 7.1"]
spec.add_dependency "delayed_job", [">= 3.0", "< 5"]
spec.metadata = {
"rubygems_mfa_required" => "true"
}
spec.authors = ["Brian Ryckbost", "Matt Griffin", "Erik Michaels-Ober"]
spec.description = "ActiveRecord backend for Delayed::Job, originally authored by Tobias Lütke"
spec.email = ["bryckbost@gmail.com", "matt@griffinonline.org", "sferik@gmail.com"]
Expand Down

0 comments on commit 3715b87

Please sign in to comment.