diff --git a/shell.gemspec b/shell.gemspec index 85f117c..17df0ed 100644 --- a/shell.gemspec +++ b/shell.gemspec @@ -36,4 +36,7 @@ Gem::Specification.new do |spec| spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] + + spec.add_runtime_dependency "e2mmap" + spec.add_runtime_dependency "sync" end