This repository was archived by the owner on Dec 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ENV PATH="/root/gems/bin:${PATH}"
15
15
# python md script needs that :S
16
16
ENV LC_ALL=C.UTF-8
17
17
18
- RUN gem install bundler:2.2.25 jekyll
18
+ RUN gem install bundler:2.2.28 jekyll
19
19
20
20
VOLUME /docs
21
21
WORKDIR /docs
Original file line number Diff line number Diff line change 16
16
http_parser.rb (~> 0.6.0 )
17
17
eventmachine (1.2.7 )
18
18
eventmachine (1.2.7-x64-mingw32 )
19
- ffi (1.15.3 )
20
- ffi (1.15.3 -x64-mingw32 )
19
+ ffi (1.15.4 )
20
+ ffi (1.15.4 -x64-mingw32 )
21
21
filesize (0.2.0 )
22
22
forwardable-extended (2.6.0 )
23
23
http_parser.rb (0.6.0 )
24
24
httpclient (2.8.3 )
25
25
i18n (1.8.10 )
26
26
concurrent-ruby (~> 1.0 )
27
- jekyll (4.2.0 )
27
+ jekyll (4.2.1 )
28
28
addressable (~> 2.4 )
29
29
colorator (~> 1.0 )
30
30
em-websocket (~> 0.5 )
60
60
kramdown-parser-gfm (1.1.0 )
61
61
kramdown (~> 2.0 )
62
62
liquid (4.0.3 )
63
- listen (3.6 .0 )
63
+ listen (3.7 .0 )
64
64
rb-fsevent (~> 0.10 , >= 0.10.3 )
65
65
rb-inotify (~> 0.9 , >= 0.9.10 )
66
66
mercenary (0.4.0 )
67
67
mini_portile2 (2.6.1 )
68
- nokogiri (1.12.3 )
68
+ nokogiri (1.12.5 )
69
69
mini_portile2 (~> 2.6.1 )
70
70
racc (~> 1.4 )
71
- nokogiri (1.12.3 -x64-mingw32 )
71
+ nokogiri (1.12.5 -x64-mingw32 )
72
72
racc (~> 1.4 )
73
- nokogiri (1.12.3 -x86_64-linux )
73
+ nokogiri (1.12.5 -x86_64-linux )
74
74
racc (~> 1.4 )
75
75
pathutil (0.16.2 )
76
76
forwardable-extended (~> 2.6 )
81
81
rb-inotify (0.10.1 )
82
82
ffi (~> 1.0 )
83
83
rexml (3.2.5 )
84
- rouge (3.26.0 )
84
+ rouge (3.26.1 )
85
85
safe_yaml (1.0.5 )
86
86
sassc (2.4.0 )
87
87
ffi (~> 1.9 )
91
91
unicode-display_width (~> 1.1 , >= 1.1.1 )
92
92
tzinfo (2.0.4 )
93
93
concurrent-ruby (~> 1.0 )
94
- tzinfo-data (1.2021.1 )
94
+ tzinfo-data (1.2021.2 )
95
95
tzinfo (>= 1.0.0 )
96
- unicode-display_width (1.7 .0 )
96
+ unicode-display_width (1.8 .0 )
97
97
verbal_expressions (0.1.5 )
98
98
wdm (0.1.1 )
99
99
@@ -110,4 +110,4 @@ DEPENDENCIES
110
110
wdm (~> 0.1.1 )
111
111
112
112
BUNDLED WITH
113
- 2.2.25
113
+ 2.2.28
You can’t perform that action at this time.
0 commit comments