Skip to content

Commit

Permalink
Move runtime dependency from ManageIQ/manageiq
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Mar 30, 2017
1 parent 4ec496e commit e198876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manageiq-content.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Gem::Specification.new do |s|

s.files = Dir["{content,lib}/**/*", "LICENSE.txt", "Rakefile", "README.md"]

s.add_runtime_dependency "savon", "~>2.11.1" # Because users expect it to be there for custom code

s.add_development_dependency "codeclimate-test-reporter"
s.add_development_dependency "simplecov"
end

0 comments on commit e198876

Please sign in to comment.