website/Gemfile

10 lines
241 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end
gem 'github-pages', group: :jekyll_plugins
gem "webrick"