We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32840e9 commit e77b9c6Copy full SHA for e77b9c6
Gemfile
@@ -1,6 +1,6 @@
1
source 'https://rubygems.org'
2
3
-gem "jekyll", "~> 4.4.0" # installed by `gem jekyll`
+gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
4
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
5
6
gem "just-the-docs", "0.10.1" # pinned to the current release
Gemfile.lock
@@ -24,7 +24,7 @@ GEM
24
http_parser.rb (0.8.0)
25
i18n (1.14.7)
26
concurrent-ruby (~> 1.0)
27
- jekyll (4.4.0)
+ jekyll (4.4.1)
28
addressable (~> 2.4)
29
base64 (~> 0.2)
30
colorator (~> 1.0)
@@ -90,7 +90,7 @@ PLATFORMS
90
x86_64-linux
91
92
DEPENDENCIES
93
- jekyll (~> 4.4.0)
+ jekyll (~> 4.4.1)
94
just-the-docs (= 0.10.1)
95
96
BUNDLED WITH
0 commit comments