mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
14 lines
201 B
Ruby
14 lines
201 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
gem 'csv'
|
|
gem 'bigdecimal'
|
|
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-sitemap'
|
|
gem 'jekyll-redirect-from'
|
|
gem 'jekyll-seo-tag'
|
|
end
|
|
|
|
gem "webrick", "~> 1.8"
|