mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 08:38:41 +08:00
11 lines
279 B
Ruby
11 lines
279 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem "jekyll" # installed by `gem jekyll`
|
|
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
|
|
|
|
gem "just-the-docs" # pinned to the current release
|
|
# gem "just-the-docs" # always download the latest release
|
|
|
|
gem 'json'
|
|
|