Skip to content

Commit

Permalink
feat: require multifactor when releasing the gem
Browse files Browse the repository at this point in the history
to improve the security
  • Loading branch information
knarewski committed Sep 16, 2024
1 parent ef52b79 commit 483d50e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions morandi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Gem::Specification.new do |spec|

spec.extensions = %w[ext/morandi_native/extconf.rb ext/gdk_pixbuf_cairo/extconf.rb]

spec.metadata['rubygems_mfa_required'] = 'true'

spec.add_dependency 'atk', '> 4.0.0'
spec.add_dependency 'cairo'
spec.add_dependency 'colorscore'
Expand Down

0 comments on commit 483d50e

Please sign in to comment.