Skip to content

Commit 81d50a7

Browse files
committed
Update Gemfile for updated theme
1 parent 51acde0 commit 81d50a7

File tree

2 files changed

+43
-34
lines changed

2 files changed

+43
-34
lines changed

docs/Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll"
3+
gem "jekyll", "~> 4.3"
44
gem "webrick"
5-
gem "bulma-clean-theme"
5+
gem "bulma-clean-theme", '1.0.0'

docs/Gemfile.lock

+41-32
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,48 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
6-
bulma-clean-theme (0.13.1)
7-
jekyll (>= 3.9, < 5.0)
4+
addressable (2.8.6)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
bulma-clean-theme (1.0.0)
7+
jekyll (>= 4.3, < 5.0)
88
jekyll-feed (~> 0.15)
99
jekyll-paginate (~> 1.1)
1010
jekyll-seo-tag (~> 2.7)
1111
jekyll-sitemap (~> 1.4)
1212
kramdown-parser-gfm (~> 1.1)
1313
colorator (1.1.0)
14-
concurrent-ruby (1.1.10)
14+
concurrent-ruby (1.3.3)
1515
em-websocket (0.5.3)
1616
eventmachine (>= 0.12.9)
1717
http_parser.rb (~> 0)
1818
eventmachine (1.2.7)
19-
ffi (1.15.5-x64-mingw-ucrt)
19+
ffi (1.17.0)
2020
forwardable-extended (2.6.0)
21+
google-protobuf (3.23.4)
2122
http_parser.rb (0.8.0)
22-
i18n (1.10.0)
23+
i18n (1.14.5)
2324
concurrent-ruby (~> 1.0)
24-
jekyll (4.2.2)
25+
jekyll (4.3.3)
2526
addressable (~> 2.4)
2627
colorator (~> 1.0)
2728
em-websocket (~> 0.5)
2829
i18n (~> 1.0)
29-
jekyll-sass-converter (~> 2.0)
30+
jekyll-sass-converter (>= 2.0, < 4.0)
3031
jekyll-watch (~> 2.0)
31-
kramdown (~> 2.3)
32+
kramdown (~> 2.3, >= 2.3.1)
3233
kramdown-parser-gfm (~> 1.0)
3334
liquid (~> 4.0)
34-
mercenary (~> 0.4.0)
35+
mercenary (>= 0.3.6, < 0.5)
3536
pathutil (~> 0.9)
36-
rouge (~> 3.0)
37+
rouge (>= 3.0, < 5.0)
3738
safe_yaml (~> 1.0)
38-
terminal-table (~> 2.0)
39-
jekyll-feed (0.16.0)
39+
terminal-table (>= 1.8, < 4.0)
40+
webrick (~> 1.7)
41+
jekyll-feed (0.17.0)
4042
jekyll (>= 3.7, < 5.0)
4143
jekyll-paginate (1.1.0)
42-
jekyll-sass-converter (2.2.0)
43-
sassc (> 2.0.1, < 3.0)
44+
jekyll-sass-converter (3.0.0)
45+
sass-embedded (~> 1.54)
4446
jekyll-seo-tag (2.8.0)
4547
jekyll (>= 3.8, < 5.0)
4648
jekyll-sitemap (1.4.0)
@@ -51,33 +53,40 @@ GEM
5153
rexml
5254
kramdown-parser-gfm (1.1.0)
5355
kramdown (~> 2.0)
54-
liquid (4.0.3)
55-
listen (3.7.1)
56+
liquid (4.0.4)
57+
listen (3.9.0)
5658
rb-fsevent (~> 0.10, >= 0.10.3)
5759
rb-inotify (~> 0.9, >= 0.9.10)
5860
mercenary (0.4.0)
5961
pathutil (0.16.2)
6062
forwardable-extended (~> 2.6)
61-
public_suffix (4.0.7)
62-
rb-fsevent (0.11.1)
63-
rb-inotify (0.10.1)
63+
public_suffix (5.0.5)
64+
rb-fsevent (0.11.2)
65+
rb-inotify (0.11.1)
6466
ffi (~> 1.0)
65-
rexml (3.2.5)
66-
rouge (3.29.0)
67+
rexml (3.3.0)
68+
strscan
69+
rouge (3.30.0)
6770
safe_yaml (1.0.5)
68-
sassc (2.4.0)
69-
ffi (~> 1.9)
70-
terminal-table (2.0.0)
71-
unicode-display_width (~> 1.1, >= 1.1.1)
72-
unicode-display_width (1.8.0)
73-
webrick (1.7.0)
71+
sass-embedded (1.58.3-arm64-darwin)
72+
google-protobuf (~> 3.21)
73+
sass-embedded (1.58.3-x64-mingw-ucrt)
74+
google-protobuf (~> 3.21)
75+
sass-embedded (1.58.3-x86_64-darwin)
76+
google-protobuf (~> 3.21)
77+
strscan (3.1.0)
78+
terminal-table (3.0.2)
79+
unicode-display_width (>= 1.1.1, < 3)
80+
unicode-display_width (2.5.0)
81+
webrick (1.8.1)
7482

7583
PLATFORMS
76-
x64-mingw-ucrt
84+
universal-darwin-23
85+
x64-unknown
7786

7887
DEPENDENCIES
79-
bulma-clean-theme
80-
jekyll
88+
bulma-clean-theme (= 1.0.0)
89+
jekyll (~> 4.3)
8190
webrick
8291

8392
BUNDLED WITH

0 commit comments

Comments
 (0)