From 4ca0ccfb3e85d606c4dca8e8929487262c74790e Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Wed, 30 Mar 2016 23:30:52 -0700 Subject: [PATCH] Create Gemfile --- docs/Gsource-https/Gemfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/Gsource-https/Gemfile diff --git a/docs/Gsource-https/Gemfile b/docs/Gsource-https/Gemfile new file mode 100644 index 0000000000..053c27dc35 --- /dev/null +++ b/docs/Gsource-https/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages'