mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-08-03 00:46:05 -04:00
Update Gemfile
This commit is contained in:
parent
745e8ed279
commit
21843048d4
2 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@ kind: pipeline
|
||||||
name: Jekyll build
|
name: Jekyll build
|
||||||
type: docker
|
type: docker
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: ruby
|
image: ruby
|
||||||
commands:
|
commands:
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -6,4 +6,4 @@ gem 'jekyll-feed'
|
||||||
gem 'jekyll-seo-tag'
|
gem 'jekyll-seo-tag'
|
||||||
gem "bundler"
|
gem "bundler"
|
||||||
gem "kramdown-parser-gfm"
|
gem "kramdown-parser-gfm"
|
||||||
gem "webrick", "~> 1.7"
|
gem "webrick"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue