Skip to content

Commit

Permalink
Revert "Rexml is no longer a default gem in Ruby 3 (#3852)" (#4767)
Browse files Browse the repository at this point in the history
This reverts commit dad65a7. It caused ci to fail due to a rexml issue.
  • Loading branch information
pi3r authored May 2, 2023
1 parent dad65a7 commit cd91dde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activemerchant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ 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 cd91dde

Please sign in to comment.