Skip to content

Commit ded0b6e

Browse files
Merge pull request #33 from AlexZhukovich/update-jekyll-to-4.1.1
Migrate to Jekyll 4.1.1
2 parents a516aeb + 4db0260 commit ded0b6e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Gemfile

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,22 @@ ruby RUBY_VERSION
99
#
1010
# This will help ensure the proper Jekyll version is running.
1111
# Happy Jekylling!
12-
gem "jekyll", "3.8.5"
12+
gem "jekyll", "4.1.1"
1313

1414
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1515
# gem "minima", "~> 2.0"
1616

1717
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1818
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1919
# gem "github-pages", group: :jekyll_plugins
20-
gem "github-pages","~> 202" , group: :jekyll_plugins
2120

2221
# If you have any plugins, put them here!
2322
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"
2928
end
3029

3130
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

0 commit comments

Comments
 (0)