Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 39aa481

Browse files
Update Bundler and deps (#778)
In particular, bump nokogiri from 1.12.3 to 1.12.5 for security reasons
1 parent b9712ac commit 39aa481

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV PATH="/root/gems/bin:${PATH}"
1515
# python md script needs that :S
1616
ENV LC_ALL=C.UTF-8
1717

18-
RUN gem install bundler:2.2.25 jekyll
18+
RUN gem install bundler:2.2.28 jekyll
1919

2020
VOLUME /docs
2121
WORKDIR /docs

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ GEM
1616
http_parser.rb (~> 0.6.0)
1717
eventmachine (1.2.7)
1818
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)
2121
filesize (0.2.0)
2222
forwardable-extended (2.6.0)
2323
http_parser.rb (0.6.0)
2424
httpclient (2.8.3)
2525
i18n (1.8.10)
2626
concurrent-ruby (~> 1.0)
27-
jekyll (4.2.0)
27+
jekyll (4.2.1)
2828
addressable (~> 2.4)
2929
colorator (~> 1.0)
3030
em-websocket (~> 0.5)
@@ -60,17 +60,17 @@ GEM
6060
kramdown-parser-gfm (1.1.0)
6161
kramdown (~> 2.0)
6262
liquid (4.0.3)
63-
listen (3.6.0)
63+
listen (3.7.0)
6464
rb-fsevent (~> 0.10, >= 0.10.3)
6565
rb-inotify (~> 0.9, >= 0.9.10)
6666
mercenary (0.4.0)
6767
mini_portile2 (2.6.1)
68-
nokogiri (1.12.3)
68+
nokogiri (1.12.5)
6969
mini_portile2 (~> 2.6.1)
7070
racc (~> 1.4)
71-
nokogiri (1.12.3-x64-mingw32)
71+
nokogiri (1.12.5-x64-mingw32)
7272
racc (~> 1.4)
73-
nokogiri (1.12.3-x86_64-linux)
73+
nokogiri (1.12.5-x86_64-linux)
7474
racc (~> 1.4)
7575
pathutil (0.16.2)
7676
forwardable-extended (~> 2.6)
@@ -81,7 +81,7 @@ GEM
8181
rb-inotify (0.10.1)
8282
ffi (~> 1.0)
8383
rexml (3.2.5)
84-
rouge (3.26.0)
84+
rouge (3.26.1)
8585
safe_yaml (1.0.5)
8686
sassc (2.4.0)
8787
ffi (~> 1.9)
@@ -91,9 +91,9 @@ GEM
9191
unicode-display_width (~> 1.1, >= 1.1.1)
9292
tzinfo (2.0.4)
9393
concurrent-ruby (~> 1.0)
94-
tzinfo-data (1.2021.1)
94+
tzinfo-data (1.2021.2)
9595
tzinfo (>= 1.0.0)
96-
unicode-display_width (1.7.0)
96+
unicode-display_width (1.8.0)
9797
verbal_expressions (0.1.5)
9898
wdm (0.1.1)
9999

@@ -110,4 +110,4 @@ DEPENDENCIES
110110
wdm (~> 0.1.1)
111111

112112
BUNDLED WITH
113-
2.2.25
113+
2.2.28

0 commit comments

Comments
 (0)