Skip to content

Commit

Permalink
Pin rexml for old rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc authored and ivoanjo committed Apr 7, 2021
1 parent 5964a06 commit fb59ef6
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 @@ -44,6 +44,9 @@ else
end
gem 'warning', '~> 1' if RUBY_VERSION >= '2.5.0'
gem 'webmock', '>= 3.10.0'
if RUBY_VERSION < '2.3.0'
gem 'rexml', '< 3.2.5' # Pinned due to https://github.com/ruby/rexml/issues/69
end
gem 'webrick', '>= 1.7.0' if RUBY_VERSION >= '3.0.0' # No longer bundled by default since Ruby 3.0
gem 'yard', '~> 0.9'

Expand Down

0 comments on commit fb59ef6

Please # to comment.