aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2018-06-17 11:55:24 -0500
committerMelody Horn <melody@boringcactus.com>2018-06-17 11:55:24 -0500
commit4d9d4018ce14548e77286d9ba4356b3e2d954144 (patch)
tree342d158cb648e7d947512278015ff2af63f8c4cd /Gemfile
parent6fd19c00d49797bc5f8dc6f7d2aca4df96ebe903 (diff)
downloadboringcactus.com-4d9d4018ce14548e77286d9ba4356b3e2d954144.tar.gz
boringcactus.com-4d9d4018ce14548e77286d9ba4356b3e2d954144.zip
get some actual work done
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..0ba2bee
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+gem 'github-pages', group: :jekyll_plugins
+gem 'wdm', '>= 0.1.0' if Gem.win_platform?