File tree 2 files changed +22
-22
lines changed
2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem "jekyll" , "~> 4.3.3 " # installed by `gem jekyll`
3
+ gem "jekyll" , "~> 4.3.4 " # installed by `gem jekyll`
4
4
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
5
5
6
6
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
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (7.2.1 )
4
+ activesupport (7.2.2 )
5
5
base64
6
+ benchmark (>= 0.3 )
6
7
bigdecimal
7
8
concurrent-ruby (~> 1.0 , >= 1.3.1 )
8
9
connection_pool (>= 2.2.5 )
15
16
addressable (2.8.7 )
16
17
public_suffix (>= 2.0.2 , < 7.0 )
17
18
base64 (0.2.0 )
19
+ benchmark (0.4.0 )
18
20
bigdecimal (3.1.8 )
19
21
colorator (1.1.0 )
20
22
concurrent-ruby (1.3.4 )
27
29
ffi (1.17.0-arm64-darwin )
28
30
ffi (1.17.0-x86_64-linux-gnu )
29
31
forwardable-extended (2.6.0 )
30
- git (2.3.0 )
32
+ git (2.3.1 )
31
33
activesupport (>= 5.0 )
32
34
addressable (~> 2.8 )
33
35
process_executer (~> 1.1 )
34
36
rchardet (~> 1.8 )
35
- google-protobuf (4.27 .3-arm64-darwin )
37
+ google-protobuf (4.28 .3-arm64-darwin )
36
38
bigdecimal
37
39
rake (>= 13 )
38
- google-protobuf (4.27 .3-x86_64-linux )
40
+ google-protobuf (4.28 .3-x86_64-linux )
39
41
bigdecimal
40
42
rake (>= 13 )
41
43
http_parser.rb (0.8.0 )
42
- i18n (1.14.5 )
44
+ i18n (1.14.6 )
43
45
concurrent-ruby (~> 1.0 )
44
- jekyll (4.3.3 )
46
+ jekyll (4.3.4 )
45
47
addressable (~> 2.4 )
46
48
colorator (~> 1.0 )
47
49
em-websocket (~> 0.5 )
70
72
jekyll-include-cache
71
73
jekyll-seo-tag (>= 2.0 )
72
74
rake (>= 12.3.1 )
73
- kramdown (2.4 .0 )
74
- rexml
75
+ kramdown (2.5 .0 )
76
+ rexml ( >= 3.3.6 )
75
77
kramdown-parser-gfm (1.1.0 )
76
78
kramdown (~> 2.0 )
77
79
liquid (4.0.4 )
83
85
minitest (5.25.1 )
84
86
pathutil (0.16.2 )
85
87
forwardable-extended (~> 2.6 )
86
- process_executer (1.1 .0 )
88
+ process_executer (1.2 .0 )
87
89
public_suffix (6.0.1 )
88
90
rake (13.2.1 )
89
91
rb-fsevent (0.11.2 )
90
92
rb-inotify (0.11.1 )
91
93
ffi (~> 1.0 )
92
94
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 )
96
97
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 )
99
100
rake (>= 13 )
100
- securerandom (0.3.1 )
101
- strscan (3.1.0 )
101
+ securerandom (0.3.2 )
102
102
terminal-table (3.0.2 )
103
103
unicode-display_width (>= 1.1.1 , < 3 )
104
104
tzinfo (2.0.6 )
105
105
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 )
108
108
109
109
PLATFORMS
110
110
arm64-darwin-23
111
111
x86_64-linux
112
112
113
113
DEPENDENCIES
114
- git
115
- jekyll (~> 4.3.3 )
114
+ git ( = 2.3.1 )
115
+ jekyll (~> 4.3.4 )
116
116
just-the-docs (= 0.10.0 )
117
117
118
118
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments