mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 09:38:09 -05:00
10 lines
158 B
Ruby
10 lines
158 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "jekyll", "3.4.3"
|
|
gem "html-proofer"
|
|
gem "rb-fsevent", "0.9.8"
|
|
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-livereload'
|
|
end
|