Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 424d37b

Browse files
committedJan 25, 2024
2024 bundler/jekyll updates
1 parent 13cb609 commit 424d37b

File tree

2 files changed

+36
-32
lines changed

2 files changed

+36
-32
lines changed
 

‎Gemfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ source 'https://rubygems.org'
88
#
99
# This will help ensure the proper Jekyll version is running, with LiveReload!
1010
# Happy Jekylling!
11-
gem 'jekyll', '~> 3.8'
11+
gem 'jekyll'
1212

1313
# If you have any plugins, put them here!
1414
group :jekyll_plugins do
1515
gem 'jekyll-feed'
1616
gem 'hawkins'
1717
gem 'jekyll-sitemap'
18+
gem 'kramdown-parser-gfm'
19+
gem 'webrick'
1820
end

‎Gemfile.lock

+33-31
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,78 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
4+
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.5)
8-
em-websocket (0.5.1)
7+
concurrent-ruby (1.2.3)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
eventmachine (1.2.7-x64-mingw32)
13-
ffi (1.11.1)
14-
ffi (1.11.1-x64-mingw32)
12+
ffi (1.16.3)
1513
forwardable-extended (2.6.0)
1614
hawkins (2.0.5)
1715
em-websocket (~> 0.5)
1816
jekyll (~> 3.1)
19-
http_parser.rb (0.6.0)
20-
i18n (0.9.5)
17+
http_parser.rb (0.8.0)
18+
i18n (1.14.1)
2119
concurrent-ruby (~> 1.0)
22-
jekyll (3.8.5)
20+
jekyll (3.9.4)
2321
addressable (~> 2.4)
2422
colorator (~> 1.0)
2523
em-websocket (~> 0.5)
26-
i18n (~> 0.7)
24+
i18n (>= 0.7, < 2)
2725
jekyll-sass-converter (~> 1.0)
2826
jekyll-watch (~> 2.0)
29-
kramdown (~> 1.14)
27+
kramdown (>= 1.17, < 3)
3028
liquid (~> 4.0)
3129
mercenary (~> 0.3.3)
3230
pathutil (~> 0.9)
3331
rouge (>= 1.7, < 4)
3432
safe_yaml (~> 1.0)
35-
jekyll-feed (0.9.2)
36-
jekyll (~> 3.3)
33+
jekyll-feed (0.17.0)
34+
jekyll (>= 3.7, < 5.0)
3735
jekyll-sass-converter (1.5.2)
3836
sass (~> 3.4)
39-
jekyll-sitemap (1.1.1)
40-
jekyll (~> 3.3)
37+
jekyll-sitemap (1.4.0)
38+
jekyll (>= 3.7, < 5.0)
4139
jekyll-watch (2.2.1)
4240
listen (~> 3.0)
43-
kramdown (1.17.0)
44-
liquid (4.0.3)
45-
listen (3.1.5)
46-
rb-fsevent (~> 0.9, >= 0.9.4)
47-
rb-inotify (~> 0.9, >= 0.9.7)
48-
ruby_dep (~> 1.2)
41+
kramdown (2.4.0)
42+
rexml
43+
kramdown-parser-gfm (1.1.0)
44+
kramdown (~> 2.0)
45+
liquid (4.0.4)
46+
listen (3.8.0)
47+
rb-fsevent (~> 0.10, >= 0.10.3)
48+
rb-inotify (~> 0.9, >= 0.9.10)
4949
mercenary (0.3.6)
5050
pathutil (0.16.2)
5151
forwardable-extended (~> 2.6)
52-
public_suffix (5.0.0)
53-
rb-fsevent (0.10.3)
54-
rb-inotify (0.10.0)
52+
public_suffix (5.0.4)
53+
rb-fsevent (0.11.2)
54+
rb-inotify (0.10.1)
5555
ffi (~> 1.0)
56-
rouge (3.3.0)
57-
ruby_dep (1.5.0)
56+
rexml (3.2.6)
57+
rouge (3.30.0)
5858
safe_yaml (1.0.5)
5959
sass (3.7.4)
6060
sass-listen (~> 4.0.0)
6161
sass-listen (4.0.0)
6262
rb-fsevent (~> 0.9, >= 0.9.4)
6363
rb-inotify (~> 0.9, >= 0.9.7)
64+
webrick (1.8.1)
6465

6566
PLATFORMS
66-
ruby
67-
x64-mingw32
67+
x86_64-linux
6868

6969
DEPENDENCIES
7070
hawkins
71-
jekyll (~> 3.8)
71+
jekyll
7272
jekyll-feed
7373
jekyll-sitemap
74+
kramdown-parser-gfm
75+
webrick
7476

7577
BUNDLED WITH
76-
1.17.1
78+
2.3.7

0 commit comments

Comments
 (0)
Please sign in to comment.