7 lines
220 B
Ruby
7 lines
220 B
Ruby
|
source 'https://rubygems.org'
|
||
|
|
||
|
# A simple Ruby Gem to bootstrap dependencies for setting up and
|
||
|
# maintaining a local Jekyll environment in sync with GitHub Pages
|
||
|
# https://github.com/github/pages-gem
|
||
|
gem 'github-pages'
|