Skip to content

Commit faf076c

Browse files
committed
Update devDependencies and gems
1 parent 68b6d72 commit faf076c

4 files changed

Lines changed: 616 additions & 511 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '~> 4.1.1'
3+
gem 'jekyll', '~> 4.2.0'
44
gem 'jekyll-seo-tag', '~> 2.7.1'
55
gem 'jekyll-sitemap', '~> 1.4.0'
66
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,33 @@ GEM
44
addressable (2.7.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.8)
88
em-websocket (0.5.2)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
1212
eventmachine (1.2.7-x64-mingw32)
13-
ffi (1.13.1)
14-
ffi (1.13.1-x64-mingw32)
13+
ffi (1.14.2)
14+
ffi (1.14.2-x64-mingw32)
1515
forwardable-extended (2.6.0)
1616
http_parser.rb (0.6.0)
17-
i18n (1.8.5)
17+
i18n (1.8.7)
1818
concurrent-ruby (~> 1.0)
19-
jekyll (4.1.1)
19+
jekyll (4.2.0)
2020
addressable (~> 2.4)
2121
colorator (~> 1.0)
2222
em-websocket (~> 0.5)
2323
i18n (~> 1.0)
2424
jekyll-sass-converter (~> 2.0)
2525
jekyll-watch (~> 2.0)
26-
kramdown (~> 2.1)
26+
kramdown (~> 2.3)
2727
kramdown-parser-gfm (~> 1.0)
2828
liquid (~> 4.0)
2929
mercenary (~> 0.4.0)
3030
pathutil (~> 0.9)
3131
rouge (~> 3.0)
3232
safe_yaml (~> 1.0)
33-
terminal-table (~> 1.8)
33+
terminal-table (~> 2.0)
3434
jekyll-sass-converter (2.1.0)
3535
sassc (> 2.0.1, < 3.0)
3636
jekyll-seo-tag (2.7.1)
@@ -44,7 +44,7 @@ GEM
4444
kramdown-parser-gfm (1.1.0)
4545
kramdown (~> 2.0)
4646
liquid (4.0.3)
47-
listen (3.3.3)
47+
listen (3.4.1)
4848
rb-fsevent (~> 0.10, >= 0.10.3)
4949
rb-inotify (~> 0.9, >= 0.9.10)
5050
mercenary (0.4.0)
@@ -55,13 +55,13 @@ GEM
5555
rb-inotify (0.10.1)
5656
ffi (~> 1.0)
5757
rexml (3.2.4)
58-
rouge (3.25.0)
58+
rouge (3.26.0)
5959
safe_yaml (1.0.5)
6060
sassc (2.4.0)
6161
ffi (~> 1.9)
6262
sassc (2.4.0-x64-mingw32)
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
unicode-display_width (1.7.0)
6767
wdm (0.1.1)
@@ -71,10 +71,10 @@ PLATFORMS
7171
x64-mingw32
7272

7373
DEPENDENCIES
74-
jekyll (~> 4.1.1)
74+
jekyll (~> 4.2.0)
7575
jekyll-seo-tag (~> 2.7.1)
7676
jekyll-sitemap (~> 1.4.0)
7777
wdm (~> 0.1.1)
7878

7979
BUNDLED WITH
80-
2.1.4
80+
2.2.6

0 commit comments

Comments
 (0)