Skip to content

Commit fc2c9a6

Browse files
Update dependencies (#56)
1 parent a4fd435 commit fc2c9a6

File tree

2 files changed

+31
-27
lines changed

2 files changed

+31
-27
lines changed

Gemfile

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

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

16+
gem "kramdown-parser-gfm"
17+
1618
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1719
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1820
# gem "github-pages", group: :jekyll_plugins
@@ -27,4 +29,3 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2729

2830
# Performance-booster for watching directories on Windows
2931
gem "wdm", "~> 0.1.0" if Gem.win_platform?
30-

Gemfile.lock

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.3)
8-
em-websocket (0.5.1)
7+
concurrent-ruby (1.1.9)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.9.25)
12+
ffi (1.15.4)
1313
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
14+
http_parser.rb (0.8.0)
1515
i18n (0.9.5)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (3.8.5)
17+
jekyll (3.9.1)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
2121
i18n (~> 0.7)
2222
jekyll-sass-converter (~> 1.0)
2323
jekyll-watch (~> 2.0)
24-
kramdown (~> 1.14)
24+
kramdown (>= 1.17, < 3)
2525
liquid (~> 4.0)
2626
mercenary (~> 0.3.3)
2727
pathutil (~> 0.9)
@@ -33,29 +33,31 @@ GEM
3333
sass (~> 3.4)
3434
jekyll-seo-tag (2.5.0)
3535
jekyll (~> 3.3)
36-
jekyll-watch (2.1.2)
36+
jekyll-watch (2.2.1)
3737
listen (~> 3.0)
38-
kramdown (1.17.0)
39-
liquid (4.0.1)
40-
listen (3.1.5)
41-
rb-fsevent (~> 0.9, >= 0.9.4)
42-
rb-inotify (~> 0.9, >= 0.9.7)
43-
ruby_dep (~> 1.2)
38+
kramdown (2.3.1)
39+
rexml
40+
kramdown-parser-gfm (1.1.0)
41+
kramdown (~> 2.0)
42+
liquid (4.0.3)
43+
listen (3.7.0)
44+
rb-fsevent (~> 0.10, >= 0.10.3)
45+
rb-inotify (~> 0.9, >= 0.9.10)
4446
mercenary (0.3.6)
4547
minima (2.5.0)
4648
jekyll (~> 3.5)
4749
jekyll-feed (~> 0.9)
4850
jekyll-seo-tag (~> 2.1)
4951
pathutil (0.16.2)
5052
forwardable-extended (~> 2.6)
51-
public_suffix (3.0.3)
52-
rb-fsevent (0.10.3)
53-
rb-inotify (0.9.10)
54-
ffi (>= 0.5.0, < 2)
55-
rouge (3.3.0)
56-
ruby_dep (1.5.0)
57-
safe_yaml (1.0.4)
58-
sass (3.7.2)
53+
public_suffix (4.0.6)
54+
rb-fsevent (0.11.0)
55+
rb-inotify (0.10.1)
56+
ffi (~> 1.0)
57+
rexml (3.2.5)
58+
rouge (3.26.1)
59+
safe_yaml (1.0.5)
60+
sass (3.7.4)
5961
sass-listen (~> 4.0.0)
6062
sass-listen (4.0.0)
6163
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -65,8 +67,9 @@ PLATFORMS
6567
ruby
6668

6769
DEPENDENCIES
68-
jekyll (~> 3.8.4)
70+
jekyll (~> 3.9.1)
6971
jekyll-feed (~> 0.6)
72+
kramdown-parser-gfm
7073
minima (~> 2.0)
7174
tzinfo-data
7275

0 commit comments

Comments
 (0)