Skip to content

Commit 9e33fbd

Browse files
kaitlinnewsonwickr
authored andcommitted
update gems due to jekyll vulnerability in >= 3.8.0, < 3.8.4 (#23)
1 parent 67fe52b commit 9e33fbd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.8.3"
11+
gem "jekyll", "~> 3.8.4"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
addressable (2.5.2)
55
public_suffix (>= 2.0.2, < 4.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.0.5)
7+
concurrent-ruby (1.1.3)
88
em-websocket (0.5.1)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
@@ -14,7 +14,7 @@ GEM
1414
http_parser.rb (0.6.0)
1515
i18n (0.9.5)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (3.8.3)
17+
jekyll (3.8.5)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
@@ -33,10 +33,10 @@ GEM
3333
sass (~> 3.4)
3434
jekyll-seo-tag (2.5.0)
3535
jekyll (~> 3.3)
36-
jekyll-watch (2.0.0)
36+
jekyll-watch (2.1.2)
3737
listen (~> 3.0)
3838
kramdown (1.17.0)
39-
liquid (4.0.0)
39+
liquid (4.0.1)
4040
listen (3.1.5)
4141
rb-fsevent (~> 0.9, >= 0.9.4)
4242
rb-inotify (~> 0.9, >= 0.9.7)
@@ -46,16 +46,16 @@ GEM
4646
jekyll (~> 3.5)
4747
jekyll-feed (~> 0.9)
4848
jekyll-seo-tag (~> 2.1)
49-
pathutil (0.16.1)
49+
pathutil (0.16.2)
5050
forwardable-extended (~> 2.6)
51-
public_suffix (3.0.2)
51+
public_suffix (3.0.3)
5252
rb-fsevent (0.10.3)
5353
rb-inotify (0.9.10)
5454
ffi (>= 0.5.0, < 2)
55-
rouge (3.1.1)
55+
rouge (3.3.0)
5656
ruby_dep (1.5.0)
5757
safe_yaml (1.0.4)
58-
sass (3.5.6)
58+
sass (3.7.2)
5959
sass-listen (~> 4.0.0)
6060
sass-listen (4.0.0)
6161
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -65,7 +65,7 @@ PLATFORMS
6565
ruby
6666

6767
DEPENDENCIES
68-
jekyll (~> 3.8.3)
68+
jekyll (~> 3.8.4)
6969
jekyll-feed (~> 0.6)
7070
minima (~> 2.0)
7171
tzinfo-data

0 commit comments

Comments
 (0)