Skip to content

Commit 78ee0e9

Browse files
committedSep 29, 2019
Updated Jekyll
1 parent a947ed5 commit 78ee0e9

File tree

3 files changed

+26
-21
lines changed

3 files changed

+26
-21
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Thumbs.db
1010
.rvmrc
1111

1212
.jekyll-metadata
13+
.jekyll-cache

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
3-
gem "jekyll", "~> 3.1"
3+
gem "jekyll"
44
gem "jekyll-sitemap"
55
gem "jekyll-paginate"
66
gem "pygments.rb"

‎Gemfile.lock

+24-20
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.6.0)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.1.5)
88
em-websocket (0.5.1)
@@ -12,29 +12,33 @@ GEM
1212
ffi (1.11.1-x64-mingw32)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.6.0)
15-
i18n (0.9.5)
15+
i18n (1.6.0)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (3.8.6)
17+
jekyll (4.0.0)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
21-
i18n (~> 0.7)
22-
jekyll-sass-converter (~> 1.0)
21+
i18n (>= 0.9.5, < 2)
22+
jekyll-sass-converter (~> 2.0)
2323
jekyll-watch (~> 2.0)
24-
kramdown (~> 1.14)
24+
kramdown (~> 2.1)
25+
kramdown-parser-gfm (~> 1.0)
2526
liquid (~> 4.0)
2627
mercenary (~> 0.3.3)
2728
pathutil (~> 0.9)
28-
rouge (>= 1.7, < 4)
29+
rouge (~> 3.0)
2930
safe_yaml (~> 1.0)
31+
terminal-table (~> 1.8)
3032
jekyll-paginate (1.1.0)
31-
jekyll-sass-converter (1.5.2)
32-
sass (~> 3.4)
33+
jekyll-sass-converter (2.0.1)
34+
sassc (> 2.0.1, < 3.0)
3335
jekyll-sitemap (1.3.1)
3436
jekyll (>= 3.7, < 5.0)
3537
jekyll-watch (2.2.1)
3638
listen (~> 3.0)
37-
kramdown (1.17.0)
39+
kramdown (2.1.0)
40+
kramdown-parser-gfm (1.1.0)
41+
kramdown (~> 2.0)
3842
liquid (4.0.3)
3943
listen (3.1.5)
4044
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -44,31 +48,31 @@ GEM
4448
multi_json (1.13.1)
4549
pathutil (0.16.2)
4650
forwardable-extended (~> 2.6)
47-
public_suffix (3.1.1)
51+
public_suffix (4.0.1)
4852
pygments.rb (1.2.1)
4953
multi_json (>= 1.0.0)
5054
rb-fsevent (0.10.3)
5155
rb-inotify (0.10.0)
5256
ffi (~> 1.0)
53-
rouge (3.8.0)
57+
rouge (3.11.0)
5458
ruby_dep (1.5.0)
5559
safe_yaml (1.0.5)
56-
sass (3.7.4)
57-
sass-listen (~> 4.0.0)
58-
sass-listen (4.0.0)
59-
rb-fsevent (~> 0.9, >= 0.9.4)
60-
rb-inotify (~> 0.9, >= 0.9.7)
60+
sassc (2.2.1-x64-mingw32)
61+
ffi (~> 1.9)
62+
terminal-table (1.8.0)
63+
unicode-display_width (~> 1.1, >= 1.1.1)
6164
tzinfo (2.0.0)
6265
concurrent-ruby (~> 1.0)
63-
tzinfo-data (1.2019.2)
66+
tzinfo-data (1.2019.3)
6467
tzinfo (>= 1.0.0)
68+
unicode-display_width (1.6.0)
6569
wdm (0.1.1)
6670

6771
PLATFORMS
6872
x64-mingw32
6973

7074
DEPENDENCIES
71-
jekyll (~> 3.1)
75+
jekyll
7276
jekyll-paginate
7377
jekyll-sitemap
7478
pygments.rb

0 commit comments

Comments
 (0)
Please sign in to comment.