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 f647f6c commit 3442cefCopy full SHA for 3442cef
Gemfile
@@ -1,13 +1,13 @@
1
-source 'https://rubygems.org'
+source "https://rubygems.org"
2
3
-gem 'jekyll', '~> 3.9'
4
-gem 'kramdown-parser-gfm', '~> 1.1.0'
+gem "jekyll", "~> 3.9"
+gem "kramdown-parser-gfm", "~> 1.1.0"
5
6
-gem 'minima', '~> 2.5.1'
+gem "minima", "~> 2.5.1"
7
8
group :jekyll_plugins do
9
- gem 'jekyll-feed', '~> 0.15'
10
- gem 'jekyll-sitemap', '~> 1.4.0'
11
- gem 'jekyll-titles-from-headings', '~> 0.5.3'
12
- gem 'jekyll-optional-front-matter', '~> 0.3.2'
+ gem "jekyll-feed", "~> 0.15"
+ gem "jekyll-sitemap", "~> 1.4.0"
+ gem "jekyll-titles-from-headings", "~> 0.5.3"
+ gem "jekyll-optional-front-matter", "~> 0.3.2"
13
end
0 commit comments