Skip to content

Commit b46a109

Browse files
committed
updated Gemfile to latest gem versions so it works with Ruby 3
1 parent 5a86aeb commit b46a109

3 files changed

Lines changed: 7 additions & 68 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
_site
22
.sass-cache
33
.jekyll-metadata
4+
.DS_Store
5+
Gemfile.lock

Gemfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@ ruby RUBY_VERSION
99
#
1010
# This will help ensure the proper Jekyll version is running.
1111
# Happy Jekylling!
12-
gem "jekyll", "3.6.3"
12+
gem "jekyll", "3.9.4"
1313

1414
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15-
gem "minima", "~> 2.0"
15+
gem "minima", "~> 2.5.2"
16+
gem "kramdown-parser-gfm"
17+
gem "webrick"
1618

1719
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1820
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1921
# gem "github-pages", group: :jekyll_plugins
2022

2123
# If you have any plugins, put them here!
2224
group :jekyll_plugins do
23-
gem "jekyll-feed", "~> 0.6"
25+
gem "jekyll-feed", "~> 0.17"
2426
gem 'jekyll-contentblocks'
2527
end

Gemfile.lock

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)