Update Gemfile

This commit is contained in:
deathrow 2022-12-28 23:14:29 -05:00
parent 745e8ed279
commit 21843048d4
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73
2 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@ kind: pipeline
name: Jekyll build
type: docker
steps:
- name: build
image: ruby
commands:

View File

@ -6,4 +6,4 @@ gem 'jekyll-feed'
gem 'jekyll-seo-tag'
gem "bundler"
gem "kramdown-parser-gfm"
gem "webrick", "~> 1.7"
gem "webrick"