Skip to content

Commit b372ffd

Browse files
Bump rexml from 3.2.5 to 3.3.2
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 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.5...v3.3.2) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffb3230 commit b372ffd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22
gem 'github-pages', group: :jekyll_plugins
33
gem 'jekyll-redirect-from'
4-
gem "rexml", "~> 3.2"
4+
gem "rexml", "~> 3.3"
55

66
gem "webrick", "~> 1.8"

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ GEM
231231
nokogiri (1.16.2)
232232
mini_portile2 (~> 2.8.2)
233233
racc (~> 1.4)
234-
nokogiri (1.16.2-x64-mingw-ucrt)
235-
racc (~> 1.4)
236234
octokit (4.22.0)
237235
faraday (>= 0.9)
238236
sawyer (~> 0.8.0, >= 0.5.3)
@@ -243,7 +241,8 @@ GEM
243241
rb-fsevent (0.10.3)
244242
rb-inotify (0.10.1)
245243
ffi (~> 1.0)
246-
rexml (3.2.5)
244+
rexml (3.3.2)
245+
strscan
247246
rouge (3.13.0)
248247
ruby-enum (0.7.2)
249248
i18n
@@ -258,6 +257,7 @@ GEM
258257
sawyer (0.8.2)
259258
addressable (>= 2.3.5)
260259
faraday (> 0.8, < 2.0)
260+
strscan (3.1.0)
261261
terminal-table (1.8.0)
262262
unicode-display_width (~> 1.1, >= 1.1.1)
263263
thread_safe (0.3.6)
@@ -277,7 +277,7 @@ PLATFORMS
277277
DEPENDENCIES
278278
github-pages
279279
jekyll-redirect-from
280-
rexml (~> 3.2)
280+
rexml (~> 3.3)
281281
webrick (~> 1.8)
282282

283283
BUNDLED WITH

0 commit comments

Comments
 (0)