Skip to content

Commit fbeaa19

Browse files
committed
Update Depndencies
It's been about a year since all our dependencies were updated. Run `bundle update` to get to the latest version of our dependencies. No concerns about pulling in a new version of Jekyll (4.2 over 4.1) since we're using GitHub actions to publish.
1 parent 110c65a commit fbeaa19

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ GEM
44
addressable (2.8.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.7)
7+
concurrent-ruby (1.1.9)
88
em-websocket (0.5.2)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12-
ffi (1.13.1)
12+
ffi (1.15.4)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.6.0)
15-
i18n (1.8.5)
15+
i18n (1.8.10)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (4.1.1)
17+
jekyll (4.2.1)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
2121
i18n (~> 1.0)
2222
jekyll-sass-converter (~> 2.0)
2323
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.1)
24+
kramdown (~> 2.3)
2525
kramdown-parser-gfm (~> 1.0)
2626
liquid (~> 4.0)
2727
mercenary (~> 0.4.0)
2828
pathutil (~> 0.9)
2929
rouge (~> 3.0)
3030
safe_yaml (~> 1.0)
31-
terminal-table (~> 1.8)
31+
terminal-table (~> 2.0)
3232
jekyll-paginate (1.1.0)
3333
jekyll-redirect-from (0.16.0)
3434
jekyll (>= 3.3, < 5.0)
@@ -44,7 +44,7 @@ GEM
4444
kramdown-parser-gfm (1.1.0)
4545
kramdown (~> 2.0)
4646
liquid (4.0.3)
47-
listen (3.2.1)
47+
listen (3.7.0)
4848
rb-fsevent (~> 0.10, >= 0.10.3)
4949
rb-inotify (~> 0.9, >= 0.9.10)
5050
mercenary (0.4.0)
@@ -56,17 +56,17 @@ GEM
5656
forwardable-extended (~> 2.6)
5757
public_suffix (4.0.6)
5858
racc (1.5.2)
59-
rb-fsevent (0.10.4)
59+
rb-fsevent (0.11.0)
6060
rb-inotify (0.10.1)
6161
ffi (~> 1.0)
6262
rexml (3.2.5)
63-
rouge (3.23.0)
63+
rouge (3.26.1)
6464
safe_yaml (1.0.5)
6565
sassc (2.4.0)
6666
ffi (~> 1.9)
67-
terminal-table (1.8.0)
67+
terminal-table (2.0.0)
6868
unicode-display_width (~> 1.1, >= 1.1.1)
69-
unicode-display_width (1.7.0)
69+
unicode-display_width (1.8.0)
7070

7171
PLATFORMS
7272
ruby

0 commit comments

Comments
 (0)