We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2bf19 commit 148b51dCopy full SHA for 148b51d
2 files changed
Gemfile
@@ -4,6 +4,7 @@ gem "jekyll", "~> 4.3.3"
4
gem "kramdown", "~> 2.4.0" # Updated to secure version
5
gem "webrick", "~> 1.8" # Required for Ruby 3.0+
6
gem "minima", "~> 2.5"
7
+gem "addressable", "~> 2.8.5" # Updated to secure version
8
9
group :jekyll_plugins do
10
gem "jekyll-feed", "~> 0.12"
Gemfile.lock
@@ -76,6 +76,7 @@ PLATFORMS
76
arm64-darwin-22
77
78
DEPENDENCIES
79
+ addressable (~> 2.8.5)
80
jekyll (~> 4.3.3)
81
jekyll-feed (~> 0.12)
82
jekyll-seo-tag (~> 2.8)
0 commit comments