Skip to content

Commit d0141e0

Browse files
Jonathan MoussaJonathan Moussa
Jonathan Moussa
authored and
Jonathan Moussa
committed
security fix
1 parent c02705d commit d0141e0

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ end
2424

2525
# To deal with security vulnerabilities:
2626
gem "nokogiri", ">= 1.10.8"
27+
gem "activesupport", ">= 6.0.3.1"
2728

2829
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2930
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Gemfile.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.2.1)
4+
activesupport (6.0.3.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2)
9+
zeitwerk (~> 2.2, >= 2.2.2)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
coffee-script (2.4.1)
@@ -26,14 +26,14 @@ GEM
2626
ffi (>= 1.3.0)
2727
eventmachine (1.2.7)
2828
execjs (2.7.0)
29-
faraday (1.0.0)
29+
faraday (1.0.1)
3030
multipart-post (>= 1.2, < 3)
3131
ffi (1.12.2)
3232
forwardable-extended (2.6.0)
3333
gemoji (3.0.1)
34-
github-pages (204)
34+
github-pages (206)
3535
github-pages-health-check (= 1.16.1)
36-
jekyll (= 3.8.5)
36+
jekyll (= 3.8.7)
3737
jekyll-avatar (= 0.7.0)
3838
jekyll-coffeescript (= 1.1.1)
3939
jekyll-commonmark-ghpages (= 0.1.6)
@@ -72,7 +72,7 @@ GEM
7272
mercenary (~> 0.3)
7373
minima (= 2.5.1)
7474
nokogiri (>= 1.10.4, < 2.0)
75-
rouge (= 3.13.0)
75+
rouge (= 3.19.0)
7676
terminal-table (~> 1.4)
7777
github-pages-health-check (1.16.1)
7878
addressable (~> 2.3)
@@ -86,7 +86,7 @@ GEM
8686
http_parser.rb (0.6.0)
8787
i18n (0.9.5)
8888
concurrent-ruby (~> 1.0)
89-
jekyll (3.8.5)
89+
jekyll (3.8.7)
9090
addressable (~> 2.4)
9191
colorator (~> 1.0)
9292
em-websocket (~> 0.5)
@@ -202,23 +202,23 @@ GEM
202202
jekyll (>= 3.5, < 5.0)
203203
jekyll-feed (~> 0.9)
204204
jekyll-seo-tag (~> 2.1)
205-
minitest (5.14.0)
205+
minitest (5.14.1)
206206
multipart-post (2.1.1)
207207
nokogiri (1.10.9)
208208
mini_portile2 (~> 2.4.0)
209-
octokit (4.17.0)
209+
octokit (4.18.0)
210210
faraday (>= 0.9)
211211
sawyer (~> 0.8.0, >= 0.5.3)
212212
pathutil (0.16.2)
213213
forwardable-extended (~> 2.6)
214214
public_suffix (3.1.1)
215-
rb-fsevent (0.10.3)
215+
rb-fsevent (0.10.4)
216216
rb-inotify (0.10.1)
217217
ffi (~> 1.0)
218-
rouge (3.13.0)
219-
ruby-enum (0.7.2)
218+
rouge (3.19.0)
219+
ruby-enum (0.8.0)
220220
i18n
221-
rubyzip (2.2.0)
221+
rubyzip (2.3.0)
222222
safe_yaml (1.0.5)
223223
sass (3.7.4)
224224
sass-listen (~> 4.0.0)
@@ -231,9 +231,9 @@ GEM
231231
terminal-table (1.8.0)
232232
unicode-display_width (~> 1.1, >= 1.1.1)
233233
thread_safe (0.3.6)
234-
typhoeus (1.3.1)
234+
typhoeus (1.4.0)
235235
ethon (>= 0.9.0)
236-
tzinfo (1.2.6)
236+
tzinfo (1.2.7)
237237
thread_safe (~> 0.1)
238238
unicode-display_width (1.7.0)
239239
zeitwerk (2.3.0)
@@ -242,6 +242,7 @@ PLATFORMS
242242
ruby
243243

244244
DEPENDENCIES
245+
activesupport (>= 6.0.3.1)
245246
github-pages
246247
jekyll-feed (~> 0.6)
247248
minima (~> 2.0)

0 commit comments

Comments
 (0)