We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f575070 + 8cbef67 commit 601cb0cCopy full SHA for 601cb0c
Gemfile
@@ -1,4 +1,12 @@
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
11
+gem 'kramdown-parser-gfm'
12
+gem 'mdl'
0 commit comments