Skip to content

Commit 704120c

Browse files
committed
Run bundle update
1 parent dac2a94 commit 704120c

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.0.0"
10+
gem "jekyll", "~> 4.2.0"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

Gemfile.lock

+23-23
Original file line numberDiff line numberDiff line change
@@ -4,69 +4,69 @@ GEM
44
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.6)
8-
em-websocket (0.5.1)
7+
concurrent-ruby (1.1.8)
8+
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.12.2)
12+
ffi (1.15.0)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.6.0)
15-
i18n (1.8.2)
15+
i18n (1.8.9)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (4.0.0)
17+
jekyll (4.2.0)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
21-
i18n (>= 0.9.5, < 2)
21+
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)
27-
mercenary (~> 0.3.3)
27+
mercenary (~> 0.4.0)
2828
pathutil (~> 0.9)
2929
rouge (~> 3.0)
3030
safe_yaml (~> 1.0)
31-
terminal-table (~> 1.8)
32-
jekyll-feed (0.13.0)
31+
terminal-table (~> 2.0)
32+
jekyll-feed (0.15.1)
3333
jekyll (>= 3.7, < 5.0)
3434
jekyll-sass-converter (2.1.0)
3535
sassc (> 2.0.1, < 3.0)
36-
jekyll-seo-tag (2.6.1)
37-
jekyll (>= 3.3, < 5.0)
36+
jekyll-seo-tag (2.7.1)
37+
jekyll (>= 3.8, < 5.0)
3838
jekyll-watch (2.2.1)
3939
listen (~> 3.0)
40-
kramdown (2.3.0)
40+
kramdown (2.3.1)
4141
rexml
4242
kramdown-parser-gfm (1.1.0)
4343
kramdown (~> 2.0)
4444
liquid (4.0.3)
45-
listen (3.2.1)
45+
listen (3.5.0)
4646
rb-fsevent (~> 0.10, >= 0.10.3)
4747
rb-inotify (~> 0.9, >= 0.9.10)
48-
mercenary (0.3.6)
48+
mercenary (0.4.0)
4949
minima (2.5.1)
5050
jekyll (>= 3.5, < 5.0)
5151
jekyll-feed (~> 0.9)
5252
jekyll-seo-tag (~> 2.1)
5353
pathutil (0.16.2)
5454
forwardable-extended (~> 2.6)
55-
public_suffix (4.0.3)
56-
rb-fsevent (0.10.3)
55+
public_suffix (4.0.6)
56+
rb-fsevent (0.10.4)
5757
rb-inotify (0.10.1)
5858
ffi (~> 1.0)
5959
rexml (3.2.4)
60-
rouge (3.17.0)
60+
rouge (3.26.0)
6161
safe_yaml (1.0.5)
62-
sassc (2.2.1)
62+
sassc (2.4.0)
6363
ffi (~> 1.9)
64-
terminal-table (1.8.0)
64+
terminal-table (2.0.0)
6565
unicode-display_width (~> 1.1, >= 1.1.1)
6666
thread_safe (0.3.6)
67-
tzinfo (1.2.6)
67+
tzinfo (1.2.9)
6868
thread_safe (~> 0.1)
69-
tzinfo-data (1.2019.3)
69+
tzinfo-data (1.2021.1)
7070
tzinfo (>= 1.0.0)
7171
unicode-display_width (1.7.0)
7272
wdm (0.1.1)
@@ -75,7 +75,7 @@ PLATFORMS
7575
ruby
7676

7777
DEPENDENCIES
78-
jekyll (~> 4.0.0)
78+
jekyll (~> 4.2.0)
7979
jekyll-feed (~> 0.12)
8080
minima (~> 2.5)
8181
tzinfo (~> 1.2)

0 commit comments

Comments
 (0)