Skip to content

Commit

Permalink
Update for Ruby 3.0 (#741)
Browse files Browse the repository at this point in the history
rexml is no longer default gem in Ruby 3.0
  • Loading branch information
HarlemSquirrel authored Feb 12, 2021
1 parent 3174250 commit 7312d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rvm:
- 2.5
- 2.6
- 2.7
- 3.0

before_script:
- git config --global user.email "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions overcommit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7312d5e

Please sign in to comment.