Skip to content

Commit

Permalink
Bump rexml from 3.2.8 to 3.3.2
Browse files Browse the repository at this point in the history
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.2.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.8...v3.3.2)

---
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 Jul 16, 2024
1 parent a21458f commit a549e3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'jbuilder', '~> 2.12'
# gem 'redis', '~> 4.0'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
gem 'rexml', '~> 3.2.8'
gem 'rexml', '~> 3.3.2'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'
Expand Down
15 changes: 6 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.23.0)
msgpack (1.7.2)
mutex_m (0.2.0)
Expand All @@ -139,8 +138,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
psych (5.1.2)
stringio
Expand Down Expand Up @@ -196,8 +194,8 @@ GEM
regexp_parser (2.9.0)
reline (0.5.7)
io-console (~> 0.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
rubyzip (2.3.2)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
Expand Down Expand Up @@ -225,8 +223,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.2)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.2-x86_64-linux)
stringio (3.1.0)
strscan (3.1.0)
thor (1.3.1)
Expand Down Expand Up @@ -261,7 +258,7 @@ GEM
zeitwerk (2.6.14)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
bootsnap (>= 1.4.2)
Expand All @@ -271,7 +268,7 @@ DEPENDENCIES
listen (~> 3.9)
puma (~> 6.4)
rails (~> 7.1.3)
rexml (~> 3.2.8)
rexml (~> 3.3.2)
sass-rails (>= 6)
selenium-webdriver
spring
Expand Down

0 comments on commit a549e3b

Please sign in to comment.