Skip to content

Commit

Permalink
chore: add drb to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ayunker authored and briandunn committed Aug 28, 2024
1 parent 6a7764b commit 6938132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flatware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ['>= 2.6', '< 3.4']
s.require_paths = ['lib']
s.executables = ['flatware']
s.add_dependency %(drb)
s.add_dependency %(thor), '< 2.0'
# s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 6938132

Please sign in to comment.