mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
add gemfile
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
parent
ff0328de9b
commit
2691a84f3e
|
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
||||
|
||||
gem 'asciidoctor'
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
asciidoctor (2.0.23)
|
||||
|
||||
DEPENDENCIES
|
||||
asciidoctor
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.22
|
||||
Loading…
Reference in New Issue