specify dependency version

This commit is contained in:
Marcos Acosta 2012-08-23 14:49:42 -05:00
parent c9137a2417
commit 8c771f7efb
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ Gem::Specification.new do |s|
# specify any dependencies here; for example:
# s.add_development_dependency "rspec"
s.add_runtime_dependency "foreman"
s.add_runtime_dependency "foreman", "~> 0.41.0"
end