reg/vendor/github.com/grpc-ecosystem/grpc-gateway/docs/Gemfile

10 lines
244 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
group :development, :test do
gem "github-pages", group: :jekyll_plugins
gem 'jekyll', '~> 3.7.0'
gem 'jekyll-redirect-from', '~> 0.13.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.5.1'
end