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 f575070 commit 865a2cdCopy full SHA for 865a2cd
Gemfile
@@ -1,4 +1,10 @@
1
-source "https://rubygems.org"
2
-gem "github-pages", group: :jekyll_plugins
3
-gem "kramdown-parser-gfm"
4
-gem "mdl"
+# frozen_string_literal: true
+
+source 'https://rubygems.org'
5
+git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6
7
+# Synchronize with https://pages.github.com/versions
8
+ruby '>=2.7.1'
9
10
+gem 'github-pages', group: :jekyll_plugins
0 commit comments