Skip to content

Commit

Permalink
Merge pull request #190 from tagliala/security/opt-in-for-mfa
Browse files Browse the repository at this point in the history
Opt-in for MFA requirement
  • Loading branch information
amatsuda committed Mar 26, 2023
2 parents 0d9e490 + 16597fa commit 867b4a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haml-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Gem::Specification.new do |s|
s.description = "Haml-rails provides Haml generators for Rails 5. It also enables Haml as the templating engine for you, so you don't have to screw around in your own application.rb when your Gemfile already clearly indicated what templating engine you have installed. Hurrah."
s.licenses = ["MIT"]

s.metadata = { "rubygems_mfa_required" => "true" }

s.required_rubygems_version = ">= 2.0.0"
s.required_ruby_version = ">= 2.3.0"

Expand Down

0 comments on commit 867b4a5

Please sign in to comment.