mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
8 lines
150 B
Ruby
8 lines
150 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem 'asciidoctor'
|