Skip to content

Commit 822aebe

Browse files
authored
Merge pull request #1 from vermegi/patch-1
Create Gemfile
2 parents c328382 + 86a48e2 commit 822aebe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source 'https://rubygems.org'
2+
3+
gem "jekyll", "~> 4.3" # installed by `gem jekyll`
4+
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
5+
6+
gem "just-the-docs", "0.4.2" # pinned to the current release
7+
# gem "just-the-docs" # always download the latest release

0 commit comments

Comments
 (0)