We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a49a5 commit b8eef57Copy full SHA for b8eef57
Gemfile
@@ -0,0 +1,14 @@
1
+# This should be synced ocasionally with https://pages.github.com/versions/
2
+source 'https://rubygems.org'
3
+
4
+group :jekyll_plugins do
5
+ gem "github-pages", "232"
6
+end
7
8
+gem 'wdm', '>= 0.1.1' if Gem.win_platform?
9
10
+gem "webrick", "~> 1.9"
11
12
+gem 'html-proofer', "~> 3.19.4"
13
14
+gem 'json'
Gemfile.lock
0 commit comments