Skip to content

Commit 59da1d9

Browse files
committed
Update gems
1 parent 9a189b1 commit 59da1d9

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

77
# gem "rails"
88

9-
gem "jekyll", "~> 3.8"
9+
gem "jekyll", "~> 4.1"
1010

1111
gem "octopress-hooks", "~> 2.6"
1212

13-
gem "git", "~> 1.5"
13+
gem "git", "~> 1.7"

Gemfile.lock

+24-18
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,36 @@ GEM
1414
git (1.7.0)
1515
rchardet (~> 1.8)
1616
http_parser.rb (0.6.0)
17-
i18n (0.9.5)
17+
i18n (1.8.3)
1818
concurrent-ruby (~> 1.0)
19-
jekyll (3.8.7)
19+
jekyll (4.1.0)
2020
addressable (~> 2.4)
2121
colorator (~> 1.0)
2222
em-websocket (~> 0.5)
23-
i18n (~> 0.7)
24-
jekyll-sass-converter (~> 1.0)
23+
i18n (~> 1.0)
24+
jekyll-sass-converter (~> 2.0)
2525
jekyll-watch (~> 2.0)
26-
kramdown (~> 1.14)
26+
kramdown (~> 2.1)
27+
kramdown-parser-gfm (~> 1.0)
2728
liquid (~> 4.0)
28-
mercenary (~> 0.3.3)
29+
mercenary (~> 0.4.0)
2930
pathutil (~> 0.9)
30-
rouge (>= 1.7, < 4)
31+
rouge (~> 3.0)
3132
safe_yaml (~> 1.0)
32-
jekyll-sass-converter (1.5.2)
33-
sass (~> 3.4)
33+
terminal-table (~> 1.8)
34+
jekyll-sass-converter (2.1.0)
35+
sassc (> 2.0.1, < 3.0)
3436
jekyll-watch (2.2.1)
3537
listen (~> 3.0)
36-
kramdown (1.17.0)
38+
kramdown (2.2.1)
39+
rexml
40+
kramdown-parser-gfm (1.1.0)
41+
kramdown (~> 2.0)
3742
liquid (4.0.3)
3843
listen (3.2.1)
3944
rb-fsevent (~> 0.10, >= 0.10.3)
4045
rb-inotify (~> 0.9, >= 0.9.10)
41-
mercenary (0.3.6)
46+
mercenary (0.4.0)
4247
octopress-hooks (2.6.2)
4348
jekyll (>= 2.0)
4449
pathutil (0.16.2)
@@ -48,20 +53,21 @@ GEM
4853
rb-inotify (0.10.1)
4954
ffi (~> 1.0)
5055
rchardet (1.8.0)
56+
rexml (3.2.4)
5157
rouge (3.20.0)
5258
safe_yaml (1.0.5)
53-
sass (3.7.4)
54-
sass-listen (~> 4.0.0)
55-
sass-listen (4.0.0)
56-
rb-fsevent (~> 0.9, >= 0.9.4)
57-
rb-inotify (~> 0.9, >= 0.9.7)
59+
sassc (2.4.0)
60+
ffi (~> 1.9)
61+
terminal-table (1.8.0)
62+
unicode-display_width (~> 1.1, >= 1.1.1)
63+
unicode-display_width (1.7.0)
5864

5965
PLATFORMS
6066
ruby
6167

6268
DEPENDENCIES
63-
git (~> 1.5)
64-
jekyll (~> 3.8)
69+
git (~> 1.7)
70+
jekyll (~> 4.1)
6571
octopress-hooks (~> 2.6)
6672

6773
BUNDLED WITH

0 commit comments

Comments
 (0)