Files
window-maker.github.io/Gemfile

9 lines
156 B
Ruby

source "https://rubygems.org"
ruby RUBY_VERSION
# We'll need rake to build our site in TravisCI
gem "rake", "~> 12"
gem "jekyll"
gem "RbST"
gem "nokogiri"