Skip to content

Commit

Permalink
Build(deps): Update rexml requirement from ~> 3.2.9 to >= 3.2.9, < 3.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rexml](https://github.com/ruby/rexml) to permit the latest version.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.9...v3.3.1)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 2cba025 commit 3163af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
erb (~> 4.0.3)
json_pure (>= 2.6.3, < 2.8.0)
open4 (~> 1.3.4)
rexml (~> 3.2.9)
rexml (>= 3.2.9, < 3.4.0)
rubyzip (~> 2.3.2)
text (~> 1.3.1)

Expand Down Expand Up @@ -67,7 +67,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.2.9)
rexml (3.3.1)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion tetra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "erb", "~> 4.0.3"
s.add_runtime_dependency "json_pure", ">= 2.6.3", "< 2.8.0"
s.add_runtime_dependency "open4", "~> 1.3.4"
s.add_runtime_dependency "rexml", "~> 3.2.9"
s.add_runtime_dependency "rexml", ">= 3.2.9", "< 3.4.0"
s.add_runtime_dependency "rubyzip", "~> 2.3.2"
s.add_runtime_dependency "text", "~> 1.3.1"
end

0 comments on commit 3163af0

Please sign in to comment.