diff --git a/.travis.yml b/.travis.yml index 823e5966..7b489462 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ rvm: - 2.5 - 2.6 - 2.7 + - 3.0 before_script: - git config --global user.email "travis@travis.ci" diff --git a/overcommit.gemspec b/overcommit.gemspec index 75704056..ef9f24fc 100644 --- a/overcommit.gemspec +++ b/overcommit.gemspec @@ -29,4 +29,5 @@ Gem::Specification.new do |s| s.add_dependency 'childprocess', '>= 0.6.3', '< 5' s.add_dependency 'iniparse', '~> 1.4' + s.add_dependency 'rexml', '~> 3.2' end