Gemfile 157 B

12345
  1. source "https://rubygems.org"
  2. gem 'github-pages'
  3. # this gem provides regeneration support improvements on Windows
  4. gem 'wdm', '>= 0.1.0' if Gem.win_platform?