Skip to content

Commit

Permalink
🔥 Remove MFA requirement
Browse files Browse the repository at this point in the history
This requirement prevents us from deploying the gem through a GA workflow, which defeats its point.
  • Loading branch information
rafaeelaudibert committed Jul 24, 2023
1 parent 8d88c42 commit d10e52e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clock-limiter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require_relative 'lib/clock/limiter/version'

Gem::Specification.new do |spec|
Gem::Specification.new do |spec| # rubocop:disable Gemspec/RequireMFA because we want to deploy this through the GitHub Actions workflow
spec.name = 'clock-limiter'
spec.version = Clock::Limiter::VERSION
spec.authors = ['Rafael Baldasso Audibert']
Expand All @@ -25,5 +25,4 @@ Gem::Specification.new do |spec|
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit d10e52e

Please sign in to comment.