You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +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
|