Skip to content
Snippets Groups Projects
Commit 1b6eae18 authored by Chris Harrison's avatar Chris Harrison
Browse files

fix: add dependencies to gemspec

parent f68aaed0
No related branches found
Tags 0.4.5
1 merge request!5fix: add dependencies to gemspec
Pipeline #9062 failed
......@@ -17,4 +17,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_dependency 'generator_spec'
spec.add_dependency 'thread_safe'
spec.add_dependency 'ibsciss-middleware'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment