Skip to content

Commit 28f712d

Browse files
authored
Update Gemfile
1 parent 377ad71 commit 28f712d

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

Gemfile

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

3-
gem "github-pages", group: :jekyll_plugins
4-
gem "jekyll", "~> 4.2"
5-
6-
# Use sassc instead of sass-embedded
7-
gem "sassc", "~> 2.4"
8-
9-
group :jekyll_plugins do
10-
gem "jekyll-feed"
11-
gem "jekyll-sitemap"
12-
gem "jekyll-seo-tag"
13-
gem "jekyll-scholar"
14-
end
15-
16-
# Windows and JRuby does not include zoneinfo files
17-
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
18-
gem "wdm", "~> 0.1.1", platforms: [:mingw, :mswin, :x64_mingw, :mswin64]
3+
gem "jekyll", ">= 3.6.3"
4+
gem "jekyll-scholar"

0 commit comments

Comments
 (0)