mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 23:17:47 +01:00
16 lines
242 B
Ruby
16 lines
242 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
gem 'csv'
|
|
gem 'bigdecimal'
|
|
gem 'base64'
|
|
gem 'kramdown-parser-gfm'
|
|
gem "webrick"
|
|
gem "logger"
|
|
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-sitemap'
|
|
gem 'jekyll-redirect-from'
|
|
gem 'jekyll-seo-tag'
|
|
end
|