Skip to content

Commit

Permalink
Merge pull request #759 from binarylogic/tiegz/require-mfa-on-gem
Browse files Browse the repository at this point in the history
Add gemspec flag that requires MFA for gem privileged operations.
  • Loading branch information
tiegz authored Jan 28, 2022
2 parents 962cb37 + 575973c commit 0c9da9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Breaking Changes
* None
* Added
* None
* Rubygems MFA requirement for authors added to gemspec.
* Fixed
* None

Expand Down
2 changes: 1 addition & 1 deletion authlogic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require "authlogic/version"
s.homepage = "https://github.com/binarylogic/authlogic"
s.summary = "An unobtrusive ruby authentication library based on ActiveRecord."
s.license = "MIT"

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

# See doc/rails_support_in_authlogic_5.0.md
Expand Down

0 comments on commit 0c9da9d

Please sign in to comment.