File: Gemfile

package info (click to toggle)
golang-github-grpc-ecosystem-grpc-gateway 1.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,296 kB
  • sloc: makefile: 195; sh: 21
file content (9 lines) | stat: -rw-r--r-- 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
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