Skip to content

Commit 3442cef

Browse files
committed
style: Apply rufo
1 parent f647f6c commit 3442cef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Gemfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
source 'https://rubygems.org'
1+
source "https://rubygems.org"
22

3-
gem 'jekyll', '~> 3.9'
4-
gem 'kramdown-parser-gfm', '~> 1.1.0'
3+
gem "jekyll", "~> 3.9"
4+
gem "kramdown-parser-gfm", "~> 1.1.0"
55

6-
gem 'minima', '~> 2.5.1'
6+
gem "minima", "~> 2.5.1"
77

88
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'
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"
1313
end

0 commit comments

Comments
 (0)