зеркало из https://github.com/Azure/apim-lab.git
23 строки
746 B
Ruby
23 строки
746 B
Ruby
source "https://rubygems.org"
|
|
|
|
# Hello! This is where you manage which Jekyll version is used to run.
|
|
# When you want to use a different version, change it below, save the
|
|
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
|
|
#
|
|
# bundle exec jekyll serve
|
|
#
|
|
|
|
# Enforcing supported github pages versions (Jekyll 3.9.2)
|
|
# https://pages.github.com/versions/
|
|
gem "jekyll", " 3.9.5"
|
|
|
|
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
|
gem "just-the-docs"
|
|
|
|
# If you have any plugins, put them here!
|
|
group :jekyll_plugins do
|
|
gem "github-pages"
|
|
end
|
|
|
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |