Skip to content

Commit

Permalink
Merge pull request #78 from stfbk/dependabot/bundler/rexml-3.3.2
Browse files Browse the repository at this point in the history
Bump rexml from 3.2.5 to 3.3.2
  • Loading branch information
marcopernpruner authored Jul 18, 2024
2 parents a0b0294 + 36b63c3 commit 5978073
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-redirect-from'
gem "rexml", "~> 3.2"
gem "rexml", "~> 3.3"

gem "webrick", "~> 1.8"
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ GEM
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-x64-mingw-ucrt)
racc (~> 1.4)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
Expand All @@ -243,7 +241,8 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.3.2)
strscan
rouge (3.13.0)
ruby-enum (0.7.2)
i18n
Expand All @@ -258,6 +257,7 @@ GEM
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
Expand All @@ -277,7 +277,7 @@ PLATFORMS
DEPENDENCIES
github-pages
jekyll-redirect-from
rexml (~> 3.2)
rexml (~> 3.3)
webrick (~> 1.8)

BUNDLED WITH
Expand Down

0 comments on commit 5978073

Please sign in to comment.