Skip to content

Commit 22e17ce

Browse files
committed
Update devDependencies and gems
1 parent 8ba51fe commit 22e17ce

3 files changed

Lines changed: 102 additions & 83 deletions

File tree

Gemfile

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

3-
gem 'jekyll', '~> 4.2.2'
3+
gem 'jekyll', '~> 4.3.1'
44
gem 'jekyll-seo-tag', '~> 2.8.0'
55
gem 'jekyll-sitemap', '~> 1.4.0'
66
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
7-
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,22 @@ GEM
1717
http_parser.rb (0.8.0)
1818
i18n (1.12.0)
1919
concurrent-ruby (~> 1.0)
20-
jekyll (4.2.2)
20+
jekyll (4.3.1)
2121
addressable (~> 2.4)
2222
colorator (~> 1.0)
2323
em-websocket (~> 0.5)
2424
i18n (~> 1.0)
25-
jekyll-sass-converter (~> 2.0)
25+
jekyll-sass-converter (>= 2.0, < 4.0)
2626
jekyll-watch (~> 2.0)
27-
kramdown (~> 2.3)
27+
kramdown (~> 2.3, >= 2.3.1)
2828
kramdown-parser-gfm (~> 1.0)
2929
liquid (~> 4.0)
30-
mercenary (~> 0.4.0)
30+
mercenary (>= 0.3.6, < 0.5)
3131
pathutil (~> 0.9)
32-
rouge (~> 3.0)
32+
rouge (>= 3.0, < 5.0)
3333
safe_yaml (~> 1.0)
34-
terminal-table (~> 2.0)
34+
terminal-table (>= 1.8, < 4.0)
35+
webrick (~> 1.7)
3536
jekyll-sass-converter (2.2.0)
3637
sassc (> 2.0.1, < 3.0)
3738
jekyll-seo-tag (2.8.0)
@@ -56,15 +57,15 @@ GEM
5657
rb-inotify (0.10.1)
5758
ffi (~> 1.0)
5859
rexml (3.2.5)
59-
rouge (3.30.0)
60+
rouge (4.0.0)
6061
safe_yaml (1.0.5)
6162
sassc (2.4.0)
6263
ffi (~> 1.9)
6364
sassc (2.4.0-x64-mingw32)
6465
ffi (~> 1.9)
65-
terminal-table (2.0.0)
66-
unicode-display_width (~> 1.1, >= 1.1.1)
67-
unicode-display_width (1.8.0)
66+
terminal-table (3.0.2)
67+
unicode-display_width (>= 1.1.1, < 3)
68+
unicode-display_width (2.3.0)
6869
wdm (0.1.1)
6970
webrick (1.7.0)
7071

@@ -74,11 +75,10 @@ PLATFORMS
7475
x64-mingw32
7576

7677
DEPENDENCIES
77-
jekyll (~> 4.2.2)
78+
jekyll (~> 4.3.1)
7879
jekyll-seo-tag (~> 2.8.0)
7980
jekyll-sitemap (~> 1.4.0)
8081
wdm (~> 0.1.1)
81-
webrick (~> 1.7)
8282

8383
BUNDLED WITH
84-
2.3.23
84+
2.3.24

0 commit comments

Comments
 (0)