Skip to content

Commit 2c2d256

Browse files
authored
Upgrade dependencies to fix vulnerabilities with CommonMarker < v0.23.10 (#173)
* Add rbenv version specification Use last release of ruby v2.x. * Upgrade dependencies Use latest v231 version of `github-pages`, and update `commonmarker` to v0.23.10
1 parent 12f0924 commit 2c2d256

File tree

3 files changed

+136
-135
lines changed

3 files changed

+136
-135
lines changed

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.7.8

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", "~> 214", group: :jekyll_plugins
3+
gem "github-pages", "~> 231", group: :jekyll_plugins
44

55
group :jekyll_plugins do
66
gem "jekyll-paginate"

0 commit comments

Comments
 (0)