mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
12 lines
224 B
Ruby
12 lines
224 B
Ruby
source "https://rubygems.org"
|
|
|
|
# gem "github-pages", group: :jekyll_plugins
|
|
gemspec
|
|
|
|
gem "webrick", "~> 1.7"
|
|
group :jekyll_plugins do
|
|
gem "jekyll-last-modified-at"
|
|
gem 'jekyll-compose'
|
|
gem 'jekyll-seo-tag'
|
|
end
|