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
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Dependabot security alert fixes
gem "rexml", ">= 3.2.5"
# Keep explicit secure floors so future lockfile refreshes cannot regress them.
gem "rexml", ">= 3.3.9"
gem "kramdown", ">= 2.3.1"

gem "webrick", "~> 1.8"
gem "webrick", ">= 1.8.2", "< 2"
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.4.4)
rouge (3.26.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
webrick (1.8.1)
webrick (1.9.2)

PLATFORMS
ruby
Expand All @@ -74,11 +74,11 @@ DEPENDENCIES
jekyll-feed (~> 0.12)
kramdown (>= 2.3.1)
minima (~> 2.5)
rexml (>= 3.2.5)
rexml (>= 3.3.9)
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.8)
webrick (>= 1.8.2, < 2)

BUNDLED WITH
2.3.26