We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c2ccb3 + 6fbd1d2 commit a4d5776Copy full SHA for a4d5776
2 files changed
Gemfile
@@ -1,5 +1,5 @@
1
source 'https://rubygems.org'
2
-gem "jekyll", "~> 4.4.0" # installed by `gem jekyll`
+gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
3
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
4
gem "just-the-docs", "0.10.1" # pinned to the current release
5
# gem "just-the-docs" # always download the latest 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)
@@ -93,7 +93,7 @@ PLATFORMS
93
DEPENDENCIES
94
base64
95
csv
96
- jekyll (~> 4.4.0)
+ jekyll (~> 4.4.1)
97
just-the-docs (= 0.10.1)
98
logger
99
0 commit comments