Use newer Tox gem version
This commit is contained in:
parent
779bc01578
commit
f4645cfab6
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ Gem::Specification.new do |spec|
|
||||||
spec.add_development_dependency 'pry', '~> 0.10'
|
spec.add_development_dependency 'pry', '~> 0.10'
|
||||||
|
|
||||||
spec.add_runtime_dependency 'lita', '~> 4.7'
|
spec.add_runtime_dependency 'lita', '~> 4.7'
|
||||||
spec.add_runtime_dependency 'tox', '~> 0.0.1'
|
spec.add_runtime_dependency 'tox', '~> 0.0.2'
|
||||||
end
|
end
|
||||||
|
|
Reference in a new issue