Skip to content

Commit 95b4061

Browse files
authored
Merge pull request #9 from deeppines/dev
minor update
2 parents 919d52e + ee2b501 commit 95b4061

File tree

2 files changed

+37
-21
lines changed

2 files changed

+37
-21
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "3.5.1"
11+
gem "jekyll", "~> 3.7.0"
1212

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

Gemfile.lock

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,59 +4,75 @@ GEM
44
addressable (2.5.2)
55
public_suffix (>= 2.0.2, < 4.0)
66
colorator (1.1.0)
7-
ffi (1.9.18-x64-mingw32)
7+
concurrent-ruby (1.0.5)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.5-x64-mingw32)
12+
ffi (1.9.23-x64-mingw32)
813
forwardable-extended (2.6.0)
9-
jekyll (3.5.1)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.7.3)
1018
addressable (~> 2.4)
1119
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
1222
jekyll-sass-converter (~> 1.0)
13-
jekyll-watch (~> 1.1)
14-
kramdown (~> 1.3)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 1.14)
1525
liquid (~> 4.0)
1626
mercenary (~> 0.3.3)
1727
pathutil (~> 0.9)
18-
rouge (~> 1.7)
28+
rouge (>= 1.7, < 4)
1929
safe_yaml (~> 1.0)
20-
jekyll-feed (0.9.2)
30+
jekyll-feed (0.9.3)
2131
jekyll (~> 3.3)
22-
jekyll-sass-converter (1.5.0)
32+
jekyll-sass-converter (1.5.2)
2333
sass (~> 3.4)
34+
jekyll-seo-tag (2.4.0)
35+
jekyll (~> 3.3)
2436
jekyll-sitemap (1.2.0)
2537
jekyll (~> 3.3)
26-
jekyll-watch (1.5.0)
27-
listen (~> 3.0, < 3.1)
28-
kramdown (1.14.0)
38+
jekyll-watch (2.0.0)
39+
listen (~> 3.0)
40+
kramdown (1.16.2)
2941
liquid (4.0.0)
30-
listen (3.0.8)
42+
listen (3.1.5)
3143
rb-fsevent (~> 0.9, >= 0.9.4)
3244
rb-inotify (~> 0.9, >= 0.9.7)
45+
ruby_dep (~> 1.2)
3346
mercenary (0.3.6)
34-
minima (2.1.1)
35-
jekyll (~> 3.3)
36-
pathutil (0.14.0)
47+
minima (2.3.0)
48+
jekyll (~> 3.5)
49+
jekyll-feed (~> 0.9)
50+
jekyll-seo-tag (~> 2.1)
51+
pathutil (0.16.1)
3752
forwardable-extended (~> 2.6)
3853
public_suffix (3.0.2)
39-
rb-fsevent (0.10.2)
54+
rb-fsevent (0.10.3)
4055
rb-inotify (0.9.10)
4156
ffi (>= 0.5.0, < 2)
42-
rouge (1.11.1)
57+
rouge (3.1.1)
58+
ruby_dep (1.5.0)
4359
safe_yaml (1.0.4)
44-
sass (3.5.1)
60+
sass (3.5.5)
4561
sass-listen (~> 4.0.0)
4662
sass-listen (4.0.0)
4763
rb-fsevent (~> 0.9, >= 0.9.4)
4864
rb-inotify (~> 0.9, >= 0.9.7)
4965
thread_safe (0.3.6)
50-
tzinfo (1.2.3)
66+
tzinfo (1.2.5)
5167
thread_safe (~> 0.1)
52-
tzinfo-data (1.2017.2)
68+
tzinfo-data (1.2018.3)
5369
tzinfo (>= 1.0.0)
5470

5571
PLATFORMS
5672
x64-mingw32
5773

5874
DEPENDENCIES
59-
jekyll (= 3.5.1)
75+
jekyll (~> 3.7.0)
6076
jekyll-feed (~> 0.6)
6177
jekyll-sitemap (~> 1.2.0)
6278
minima (~> 2.0)

0 commit comments

Comments
 (0)