mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
10 lines
248 B
Ruby
10 lines
248 B
Ruby
|
source 'https://rubygems.org'
|
||
|
|
||
|
gem "github-pages", '163', group: :jekyll_plugins
|
||
|
|
||
|
# enable tzinfo-data for local build
|
||
|
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
|
||
|
gem 'jekyll-paginate'
|
||
|
|
||
|
# gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|