github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/docs/Gemfile (about) 1 source "https://rubygems.org" 2 3 gem "jekyll", "~> 3.9" 4 gem "kramdown-parser-gfm", "~> 1.1.0" 5 gem "webrick", "~> 1.7" 6 7 gem "just-the-docs", git: "https://github.com/pmarsceill/just-the-docs" 8 9 group :jekyll_plugins do 10 gem "jekyll-remote-theme", "~> 0.4.2" 11 end