Skip to content

Commit 3cd5fd8

Browse files
committed
update gems
1 parent 941c219 commit 3cd5fd8

File tree

2 files changed

+53
-30
lines changed

2 files changed

+53
-30
lines changed

Gemfile

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

3-
gem "jekyll", "~> 3.8.5"
3+
gem "jekyll", "~> 3.10"
4+
gem "kramdown-parser-gfm", "~> 1.1"
45

56
gem "minima-reboot", "~> 1.0.26"
67

@@ -20,3 +21,8 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2021

2122
# Performance-booster for watching directories on Windows
2223
gem "wdm", "~> 0.1.0" if Gem.win_platform?
24+
25+
# No longer part of default gems
26+
gem "csv"
27+
gem "base64"
28+
gem "bigdecimal"

Gemfile.lock

Lines changed: 46 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,95 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.7.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
7+
bigdecimal (3.1.8)
68
colorator (1.1.0)
7-
concurrent-ruby (1.1.8)
8-
em-websocket (0.5.2)
9+
concurrent-ruby (1.3.3)
10+
csv (3.3.0)
11+
em-websocket (0.5.3)
912
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
13+
http_parser.rb (~> 0)
1114
eventmachine (1.2.7)
12-
ffi (1.15.0)
15+
ffi (1.17.0)
1316
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (0.9.5)
17+
http_parser.rb (0.8.0)
18+
i18n (1.14.5)
1619
concurrent-ruby (~> 1.0)
17-
jekyll (3.8.7)
20+
jekyll (3.10.0)
1821
addressable (~> 2.4)
1922
colorator (~> 1.0)
23+
csv (~> 3.0)
2024
em-websocket (~> 0.5)
21-
i18n (~> 0.7)
25+
i18n (>= 0.7, < 2)
2226
jekyll-sass-converter (~> 1.0)
2327
jekyll-watch (~> 2.0)
24-
kramdown (~> 1.14)
28+
kramdown (>= 1.17, < 3)
2529
liquid (~> 4.0)
2630
mercenary (~> 0.3.3)
2731
pathutil (~> 0.9)
2832
rouge (>= 1.7, < 4)
2933
safe_yaml (~> 1.0)
30-
jekyll-redirect-from (0.15.0)
34+
webrick (>= 1.0)
35+
jekyll-redirect-from (0.16.0)
3136
jekyll (>= 3.3, < 5.0)
32-
jekyll-remote-theme (0.4.1)
37+
jekyll-remote-theme (0.4.3)
3338
addressable (~> 2.0)
3439
jekyll (>= 3.5, < 5.0)
35-
rubyzip (>= 1.3.0)
40+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
41+
rubyzip (>= 1.3.0, < 3.0)
3642
jekyll-sass-converter (1.5.2)
3743
sass (~> 3.4)
38-
jekyll-seo-tag (2.6.1)
39-
jekyll (>= 3.3, < 5.0)
44+
jekyll-seo-tag (2.8.0)
45+
jekyll (>= 3.8, < 5.0)
4046
jekyll-watch (2.2.1)
4147
listen (~> 3.0)
42-
kramdown (1.17.0)
43-
liquid (4.0.3)
44-
listen (3.5.1)
48+
kramdown (2.4.0)
49+
rexml
50+
kramdown-parser-gfm (1.1.0)
51+
kramdown (~> 2.0)
52+
liquid (4.0.4)
53+
listen (3.9.0)
4554
rb-fsevent (~> 0.10, >= 0.10.3)
4655
rb-inotify (~> 0.9, >= 0.9.10)
4756
mercenary (0.3.6)
48-
minima-reboot (1.0.26)
49-
jekyll (~> 3.6)
50-
jekyll-seo-tag (~> 2.1)
57+
minima-reboot (1.0.33)
58+
jekyll (>= 3.6, < 5.0)
59+
jekyll-seo-tag (~> 2.7)
5160
pathutil (0.16.2)
5261
forwardable-extended (~> 2.6)
53-
public_suffix (4.0.6)
54-
rb-fsevent (0.10.4)
55-
rb-inotify (0.10.1)
62+
public_suffix (6.0.0)
63+
rb-fsevent (0.11.2)
64+
rb-inotify (0.11.1)
5665
ffi (~> 1.0)
57-
rouge (3.26.0)
58-
rubyzip (2.1.0)
66+
rexml (3.3.2)
67+
strscan
68+
rouge (3.30.0)
69+
rubyzip (2.3.2)
5970
safe_yaml (1.0.5)
6071
sass (3.7.4)
6172
sass-listen (~> 4.0.0)
6273
sass-listen (4.0.0)
6374
rb-fsevent (~> 0.9, >= 0.9.4)
6475
rb-inotify (~> 0.9, >= 0.9.7)
76+
strscan (3.1.0)
77+
webrick (1.8.1)
6578

6679
PLATFORMS
6780
ruby
6881

6982
DEPENDENCIES
70-
jekyll (~> 3.8.5)
83+
base64
84+
bigdecimal
85+
csv
86+
jekyll (~> 3.10)
7187
jekyll-redirect-from
7288
jekyll-remote-theme
7389
jekyll-seo-tag
90+
kramdown-parser-gfm (~> 1.1)
7491
minima-reboot (~> 1.0.26)
7592
tzinfo-data
7693

7794
BUNDLED WITH
78-
2.1.4
95+
2.5.11

0 commit comments

Comments
 (0)