add gemfile

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
hongzhouzi 2024-06-04 15:47:38 +08:00
parent ff0328de9b
commit 2691a84f3e
2 changed files with 17 additions and 0 deletions

7
Gemfile Normal file
View File

@ -0,0 +1,7 @@
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'asciidoctor'

10
Gemfile.lock Normal file
View File

@ -0,0 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
asciidoctor (2.0.23)
DEPENDENCIES
asciidoctor
BUNDLED WITH
2.4.22