Skip to content

Commit

Permalink
Rexml is no longer a default gem in Ruby 3 (#3852)
Browse files Browse the repository at this point in the history
  • Loading branch information
espen authored and jherreraa committed May 8, 2023
1 parent c1af289 commit e50aad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activemerchant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency('builder', '>= 2.1.2', '< 4.0.0')
s.add_dependency('i18n', '>= 0.6.9')
s.add_dependency('nokogiri', '~> 1.4')
s.add_dependency('rexml')

s.add_development_dependency('mocha', '~> 1')
s.add_development_dependency('pry')
Expand Down

0 comments on commit e50aad4

Please sign in to comment.