Skip to content

Commit

Permalink
Upgrade rexml version
Browse files Browse the repository at this point in the history
  • Loading branch information
mogest committed Dec 24, 2024
1 parent 4da7475 commit 2c0309c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions 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.0, < 4)
rexml (>= 3.3.9, < 4)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -34,8 +34,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.0)
strscan
rexml (3.4.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -63,7 +62,6 @@ GEM
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
strscan (3.1.0)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
unicode-display_width (2.5.0)
Expand Down
8 changes: 4 additions & 4 deletions prawn-svg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.7.0'

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.0', '< 4'
gem.add_dependency 'css_parser', '~> 1.6'
gem.add_dependency 'matrix', '~> 0.4.2'
gem.add_dependency 'prawn', '>= 0.11.1', '< 3'
gem.add_dependency 'rexml', '>= 3.3.9', '< 4'
end

0 comments on commit 2c0309c

Please sign in to comment.