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

Merge branch 'fix/dependencies' into 'master'

fix: add dependencies to gemspec

See merge request !5
parents f68aaed0 7af59174
No related branches found
No related tags found
1 merge request!5fix: add dependencies to gemspec
Pipeline #9066 passed
......@@ -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