Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?

# Security updates
gem "commonmarker", ">= 0.23.10"
gem "nokogiri", "~> 1.19.1"
gem "nokogiri", "~> 1.19.3"
gem "rexml", "~> 3.4.2"
gem "activesupport", "~> 7.2.3.1"
gem "faraday", ">= 2.14.1"
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ GEM
faraday-retry (2.4.0)
faraday (~> 2.0)
ffi (1.17.4-x64-mingw-ucrt)
ffi (1.17.4-x86_64-linux-gnu)
fiddle (1.1.8)
forwardable-extended (2.6.0)
gemoji (4.1.0)
Expand Down Expand Up @@ -239,7 +240,9 @@ GEM
minitest (5.27.0)
net-http (0.9.1)
uri (>= 0.11.1)
nokogiri (1.19.2-x64-mingw-ucrt)
nokogiri (1.19.3-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.19.3-x86_64-linux-gnu)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -280,6 +283,7 @@ GEM

PLATFORMS
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
activesupport (~> 7.2.3.1)
Expand All @@ -295,7 +299,7 @@ DEPENDENCIES
jekyll-titles-from-headings
jemoji
json (>= 2.19.2)
nokogiri (~> 1.19.1)
nokogiri (~> 1.19.3)
rexml (~> 3.4.2)
tzinfo (~> 2.0.6)
tzinfo-data
Expand Down