File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -9,23 +9,22 @@ ruby RUBY_VERSION
9
9
#
10
10
# This will help ensure the proper Jekyll version is running.
11
11
# Happy Jekylling!
12
- gem "jekyll" , "3.8.5 "
12
+ gem "jekyll" , "4.1.1 "
13
13
14
14
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15
15
# gem "minima", "~> 2.0"
16
16
17
17
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18
18
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19
19
# gem "github-pages", group: :jekyll_plugins
20
- gem "github-pages" , "~> 202" , group : :jekyll_plugins
21
20
22
21
# If you have any plugins, put them here!
23
22
group :jekyll_plugins do
24
- gem "jekyll-feed" , "~> 0.11.0 "
25
- gem "jekyll-paginate-v2" , "2 .0.0"
26
- gem ' jekyll-seo-tag'
27
- gem ' jekyll-gist'
28
- gem ' jekyll-avatar'
23
+ gem "jekyll-feed" , "~> 0.15.1 "
24
+ gem "jekyll-paginate-v2" , "3 .0.0"
25
+ gem " jekyll-seo-tag" , "2.7.1"
26
+ gem " jekyll-gist" , "1.5.0"
27
+ gem " jekyll-avatar" , "0.7.0"
29
28
end
30
29
31
30
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
You can’t perform that action at this time.
0 commit comments