Skip to content

Commit 4633476

Browse files
camilamaiasnyk-bot
andauthored
fix: Gemfile & Gemfile.lock to reduce vulnerabilities (#104)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-12878608 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent fa0ba87 commit 4633476

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source "https://rubygems.org"
44

55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

7-
gem "jekyll", "~> 4.2.0"
7+
gem "jekyll", "~> 4.2.1"

Gemfile.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.9)
8-
em-websocket (0.5.2)
7+
concurrent-ruby (1.3.5)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.3)
12+
ffi (1.17.2)
1313
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (1.8.10)
14+
http_parser.rb (0.8.0)
15+
i18n (1.14.7)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.0)
17+
jekyll (4.2.2)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
@@ -29,39 +29,39 @@ GEM
2929
rouge (~> 3.0)
3030
safe_yaml (~> 1.0)
3131
terminal-table (~> 2.0)
32-
jekyll-sass-converter (2.1.0)
32+
jekyll-sass-converter (2.2.0)
3333
sassc (> 2.0.1, < 3.0)
3434
jekyll-watch (2.2.1)
3535
listen (~> 3.0)
36-
kramdown (2.3.1)
37-
rexml
36+
kramdown (2.5.1)
37+
rexml (>= 3.3.9)
3838
kramdown-parser-gfm (1.1.0)
3939
kramdown (~> 2.0)
40-
liquid (4.0.3)
41-
listen (3.5.1)
40+
liquid (4.0.4)
41+
listen (3.9.0)
4242
rb-fsevent (~> 0.10, >= 0.10.3)
4343
rb-inotify (~> 0.9, >= 0.9.10)
4444
mercenary (0.4.0)
4545
pathutil (0.16.2)
4646
forwardable-extended (~> 2.6)
47-
public_suffix (4.0.6)
48-
rb-fsevent (0.11.0)
49-
rb-inotify (0.10.1)
47+
public_suffix (6.0.2)
48+
rb-fsevent (0.11.2)
49+
rb-inotify (0.11.1)
5050
ffi (~> 1.0)
51-
rexml (3.3.9)
52-
rouge (3.26.0)
51+
rexml (3.4.4)
52+
rouge (3.30.0)
5353
safe_yaml (1.0.5)
5454
sassc (2.4.0)
5555
ffi (~> 1.9)
5656
terminal-table (2.0.0)
5757
unicode-display_width (~> 1.1, >= 1.1.1)
58-
unicode-display_width (1.7.0)
58+
unicode-display_width (1.8.0)
5959

6060
PLATFORMS
6161
ruby
6262

6363
DEPENDENCIES
64-
jekyll (~> 4.2.0)
64+
jekyll (~> 4.2.1)
6565

6666
BUNDLED WITH
67-
2.1.4
67+
2.3.26

0 commit comments

Comments
 (0)