mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
8 lines
196 B
Ruby
8 lines
196 B
Ruby
source 'https://rubygems.org'
|
|
gem 'jekyll'
|
|
gem "just-the-docs", "0.8.2"
|
|
gem 'jekyll-redirect-from'
|
|
gem 'jekyll-sitemap'
|
|
gem "webrick"
|
|
gem 'github-pages', group: :jekyll_plugins
|
|
gem "html-proofer"
|