Skip to content

Commit 8395192

Browse files
committed
Update jekyll and git gems
1 parent e0376ca commit 8395192

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Gemfile

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

3-
gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
3+
gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

66
gem "just-the-docs", "0.10.0" # pinned to the current release
7-
gem "git"
7+
gem "git", "2.3.1" # pinned to the current release

Gemfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.1)
4+
activesupport (7.2.2)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
@@ -15,6 +16,7 @@ GEM
1516
addressable (2.8.7)
1617
public_suffix (>= 2.0.2, < 7.0)
1718
base64 (0.2.0)
19+
benchmark (0.4.0)
1820
bigdecimal (3.1.8)
1921
colorator (1.1.0)
2022
concurrent-ruby (1.3.4)
@@ -27,21 +29,21 @@ GEM
2729
ffi (1.17.0-arm64-darwin)
2830
ffi (1.17.0-x86_64-linux-gnu)
2931
forwardable-extended (2.6.0)
30-
git (2.3.0)
32+
git (2.3.1)
3133
activesupport (>= 5.0)
3234
addressable (~> 2.8)
3335
process_executer (~> 1.1)
3436
rchardet (~> 1.8)
35-
google-protobuf (4.27.3-arm64-darwin)
37+
google-protobuf (4.28.3-arm64-darwin)
3638
bigdecimal
3739
rake (>= 13)
38-
google-protobuf (4.27.3-x86_64-linux)
40+
google-protobuf (4.28.3-x86_64-linux)
3941
bigdecimal
4042
rake (>= 13)
4143
http_parser.rb (0.8.0)
42-
i18n (1.14.5)
44+
i18n (1.14.6)
4345
concurrent-ruby (~> 1.0)
44-
jekyll (4.3.3)
46+
jekyll (4.3.4)
4547
addressable (~> 2.4)
4648
colorator (~> 1.0)
4749
em-websocket (~> 0.5)
@@ -70,8 +72,8 @@ GEM
7072
jekyll-include-cache
7173
jekyll-seo-tag (>= 2.0)
7274
rake (>= 12.3.1)
73-
kramdown (2.4.0)
74-
rexml
75+
kramdown (2.5.0)
76+
rexml (>= 3.3.6)
7577
kramdown-parser-gfm (1.1.0)
7678
kramdown (~> 2.0)
7779
liquid (4.0.4)
@@ -83,36 +85,34 @@ GEM
8385
minitest (5.25.1)
8486
pathutil (0.16.2)
8587
forwardable-extended (~> 2.6)
86-
process_executer (1.1.0)
88+
process_executer (1.2.0)
8789
public_suffix (6.0.1)
8890
rake (13.2.1)
8991
rb-fsevent (0.11.2)
9092
rb-inotify (0.11.1)
9193
ffi (~> 1.0)
9294
rchardet (1.8.0)
93-
rexml (3.3.5)
94-
strscan
95-
rouge (4.3.0)
95+
rexml (3.3.9)
96+
rouge (4.5.1)
9697
safe_yaml (1.0.5)
97-
sass-embedded (1.78.0)
98-
google-protobuf (~> 4.27)
98+
sass-embedded (1.81.0)
99+
google-protobuf (~> 4.28)
99100
rake (>= 13)
100-
securerandom (0.3.1)
101-
strscan (3.1.0)
101+
securerandom (0.3.2)
102102
terminal-table (3.0.2)
103103
unicode-display_width (>= 1.1.1, < 3)
104104
tzinfo (2.0.6)
105105
concurrent-ruby (~> 1.0)
106-
unicode-display_width (2.5.0)
107-
webrick (1.8.1)
106+
unicode-display_width (2.6.0)
107+
webrick (1.9.0)
108108

109109
PLATFORMS
110110
arm64-darwin-23
111111
x86_64-linux
112112

113113
DEPENDENCIES
114-
git
115-
jekyll (~> 4.3.3)
114+
git (= 2.3.1)
115+
jekyll (~> 4.3.4)
116116
just-the-docs (= 0.10.0)
117117

118118
BUNDLED WITH

0 commit comments

Comments
 (0)