Skip to content

Commit

Permalink
Gemfile: rexml as a gem if Ruby is 3 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jan 5, 2021
1 parent 188334b commit ca7efbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ gem 'rake'
gem 'rubocop', '0.78.0'

gem 'coveralls', require: false

# On Ruby 3, rexml is only a gem
gem 'rexml' if RUBY_VERSION > "3"

0 comments on commit ca7efbe

Please sign in to comment.