Added gemfile

This commit is contained in:
amitmerchant1990 2019-11-05 22:45:25 +05:30
parent 6d460d15ad
commit f2bbb8948e
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,7 +4,6 @@ _site
.jekyll-metadata .jekyll-metadata
.bundle .bundle
.sass-cache .sass-cache
Gemfile
Gemfile.lock Gemfile.lock
node_modules node_modules
package.json package.json

1
.ruby-version Normal file
View File

@ -0,0 +1 @@
2.4.3

2
Gemfile Normal file
View File

@ -0,0 +1,2 @@
source "https://rubygems.org"
gem 'github-pages'