Skip to content

Commit

Permalink
Typo fix in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Aug 5, 2022
1 parent ad9de9b commit f7aebfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resque-heroku-signals.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

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

# strict resque dependency is intentional
spec.add_dependency "resque", "2.3.0"
Expand Down

0 comments on commit f7aebfe

Please sign in to comment.