diff options
author | Melody Horn <melody@boringcactus.com> | 2018-06-17 11:55:24 -0500 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2018-06-17 11:55:24 -0500 |
commit | 4d9d4018ce14548e77286d9ba4356b3e2d954144 (patch) | |
tree | 342d158cb648e7d947512278015ff2af63f8c4cd /Gemfile | |
parent | 6fd19c00d49797bc5f8dc6f7d2aca4df96ebe903 (diff) | |
download | boringcactus.com-4d9d4018ce14548e77286d9ba4356b3e2d954144.tar.gz boringcactus.com-4d9d4018ce14548e77286d9ba4356b3e2d954144.zip |
get some actual work done
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +source 'https://rubygems.org' +gem 'github-pages', group: :jekyll_plugins +gem 'wdm', '>= 0.1.0' if Gem.win_platform? |