Skip to content

Commit

Permalink
Merge pull request #168 from dhruvCW/extend_rexml_version
Browse files Browse the repository at this point in the history
Extend rexml version from ~> 3.2 to >= 3.2, < 4
  • Loading branch information
mogest committed Jul 17, 2024
2 parents 2c8b571 + 2163d7b commit d810d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
css_parser (~> 1.6)
matrix (~> 0.4.2)
prawn (>= 0.11.1, < 3)
rexml (~> 3.2)
rexml (>= 3.2.0, < 4)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion prawn-svg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'css_parser', '~> 1.6'
gem.add_runtime_dependency 'matrix', '~> 0.4.2'
gem.add_runtime_dependency 'prawn', '>= 0.11.1', '< 3'
gem.add_runtime_dependency 'rexml', '~> 3.2'
gem.add_runtime_dependency 'rexml', '>=3.2.0', '< 4'
end

0 comments on commit d810d32

Please sign in to comment.