first changes
This commit is contained in:
11
public/backend/docs/Gemfile
Executable file
11
public/backend/docs/Gemfile
Executable file
@ -0,0 +1,11 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
group :development, :test do
|
||||
gem 'jekyll', '~> 4.2.1'
|
||||
gem 'jekyll-seo-tag', '~> 2.7.1'
|
||||
gem 'jekyll-sitemap', '~> 1.4.0'
|
||||
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
|
||||
end
|
||||
|
||||
|
||||
gem "webrick", "~> 1.7"
|
Reference in New Issue
Block a user