Skip to content

Commit 5c9dfbb

Browse files
committed
Update gems
1 parent 29aafe0 commit 5c9dfbb

File tree

5 files changed

+106
-35
lines changed

5 files changed

+106
-35
lines changed

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ source "https://rubygems.org"
22
ruby '2.2.0' unless ENV['DEV']
33

44
gem 'rake', '~> 10.0'
5-
gem 'jekyll', '~> 1.0'
5+
gem 'jekyll', '~> 2.0'
6+
gem 'github-pages'
67
gem 'kramdown'
78
gem 'travis'
89

Gemfile.lock

+103-31
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,121 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
RedCloth (4.2.9)
5+
activesupport (4.2.0)
6+
i18n (~> 0.7)
7+
json (~> 1.7, >= 1.7.7)
8+
minitest (~> 5.1)
9+
thread_safe (~> 0.3, >= 0.3.4)
10+
tzinfo (~> 1.1)
411
addressable (2.3.6)
512
backports (3.6.4)
613
blankslate (2.1.2.4)
7-
classifier (1.3.4)
8-
fast-stemmer (>= 1.0.0)
14+
celluloid (0.16.0)
15+
timers (~> 4.0.0)
16+
classifier-reborn (2.0.3)
17+
fast-stemmer (~> 1.0)
918
coderay (1.1.0)
19+
coffee-script (2.3.0)
20+
coffee-script-source
21+
execjs
22+
coffee-script-source (1.8.0)
1023
colorator (0.1)
11-
commander (4.1.6)
12-
highline (~> 1.6.11)
13-
ethon (0.7.1)
24+
ethon (0.7.2)
1425
ffi (>= 1.3.0)
15-
faraday (0.9.0)
26+
execjs (2.2.2)
27+
faraday (0.9.1)
1628
multipart-post (>= 1.2, < 3)
1729
faraday_middleware (0.9.1)
1830
faraday (>= 0.7.4, < 0.10)
1931
fast-stemmer (1.0.2)
2032
ffi (1.9.6)
33+
gemoji (2.1.0)
2134
gh (0.13.2)
2235
addressable
2336
backports
2437
faraday (~> 0.8)
2538
multi_json (~> 1.0)
2639
net-http-persistent (>= 2.7)
2740
net-http-pipeline
41+
github-pages (31)
42+
RedCloth (= 4.2.9)
43+
github-pages-health-check (~> 0.2)
44+
jekyll (= 2.4.0)
45+
jekyll-coffeescript (= 1.0.1)
46+
jekyll-mentions (= 0.2.1)
47+
jekyll-redirect-from (= 0.6.2)
48+
jekyll-sass-converter (= 1.2.0)
49+
jekyll-sitemap (= 0.6.3)
50+
jemoji (= 0.4.0)
51+
kramdown (= 1.3.1)
52+
liquid (= 2.6.1)
53+
maruku (= 0.7.0)
54+
mercenary (~> 0.3)
55+
pygments.rb (= 0.6.0)
56+
rdiscount (= 2.1.7)
57+
redcarpet (= 3.1.2)
58+
terminal-table (~> 1.4)
59+
github-pages-health-check (0.2.1)
60+
net-dns (~> 0.6)
61+
public_suffix (~> 1.4)
2862
highline (1.6.21)
29-
jekyll (1.5.1)
30-
classifier (~> 1.3)
63+
hitimes (1.2.2)
64+
html-pipeline (1.9.0)
65+
activesupport (>= 2)
66+
nokogiri (~> 1.4)
67+
i18n (0.7.0)
68+
jekyll (2.4.0)
69+
classifier-reborn (~> 2.0)
3170
colorator (~> 0.1)
32-
commander (~> 4.1.3)
33-
liquid (~> 2.5.5)
34-
listen (~> 1.3)
35-
maruku (= 0.7.0)
36-
pygments.rb (~> 0.5.0)
37-
redcarpet (~> 2.3.0)
71+
jekyll-coffeescript (~> 1.0)
72+
jekyll-gist (~> 1.0)
73+
jekyll-paginate (~> 1.0)
74+
jekyll-sass-converter (~> 1.0)
75+
jekyll-watch (~> 1.1)
76+
kramdown (~> 1.3)
77+
liquid (~> 2.6.1)
78+
mercenary (~> 0.3.3)
79+
pygments.rb (~> 0.6.0)
80+
redcarpet (~> 3.1)
3881
safe_yaml (~> 1.0)
3982
toml (~> 0.1.0)
40-
json (1.8.1)
41-
kramdown (1.5.0)
83+
jekyll-coffeescript (1.0.1)
84+
coffee-script (~> 2.2)
85+
jekyll-gist (1.1.0)
86+
jekyll-mentions (0.2.1)
87+
html-pipeline (~> 1.9.0)
88+
jekyll (~> 2.0)
89+
jekyll-paginate (1.1.0)
90+
jekyll-redirect-from (0.6.2)
91+
jekyll (~> 2.0)
92+
jekyll-sass-converter (1.2.0)
93+
sass (~> 3.2)
94+
jekyll-sitemap (0.6.3)
95+
jekyll-watch (1.2.0)
96+
listen (~> 2.7)
97+
jemoji (0.4.0)
98+
gemoji (~> 2.0)
99+
html-pipeline (~> 1.9)
100+
jekyll (~> 2.0)
101+
json (1.8.2)
102+
kramdown (1.3.1)
42103
launchy (2.4.3)
43104
addressable (~> 2.3)
44-
liquid (2.5.5)
45-
listen (1.3.1)
105+
liquid (2.6.1)
106+
listen (2.8.5)
107+
celluloid (>= 0.15.2)
46108
rb-fsevent (>= 0.9.3)
47109
rb-inotify (>= 0.9)
48-
rb-kqueue (>= 0.2)
49110
maruku (0.7.0)
111+
mercenary (0.3.5)
50112
method_source (0.8.2)
51-
mini_portile (0.6.1)
113+
mini_portile (0.6.2)
114+
minitest (5.5.1)
52115
multi_json (1.10.1)
53116
multipart-post (2.0.0)
54117
multipart_body (0.2.1)
118+
net-dns (0.8.0)
55119
net-http-persistent (2.9.4)
56120
net-http-pipeline (1.0.1)
57121
nokogiri (1.6.5)
@@ -64,30 +128,35 @@ GEM
64128
coderay (~> 1.0)
65129
method_source (~> 0.8)
66130
slop (~> 3.4)
131+
public_suffix (1.4.6)
67132
pusher-client (0.6.0)
68133
json
69134
websocket (~> 1.0)
70-
pygments.rb (0.5.4)
135+
pygments.rb (0.6.0)
71136
posix-spawn (~> 0.3.6)
72137
yajl-ruby (~> 1.1.0)
73-
rack (1.5.2)
74-
rack-jekyll (0.4.1)
75-
jekyll (>= 0.12.0, < 2.0)
76-
rack (~> 1.5.0)
138+
rack (1.6.0)
139+
rack-jekyll (0.3.5)
140+
jekyll
141+
rack
77142
rack-protection (1.5.3)
78143
rack
79-
rack-rewrite (1.5.0)
144+
rack-rewrite (1.5.1)
80145
rake (10.4.2)
81146
rb-fsevent (0.9.4)
82147
rb-inotify (0.9.5)
83148
ffi (>= 0.5.0)
84-
rb-kqueue (0.2.3)
85-
ffi (>= 0.5.0)
86-
redcarpet (2.3.0)
149+
rdiscount (2.1.7)
150+
redcarpet (3.1.2)
87151
safe_yaml (1.0.4)
152+
sass (3.4.9)
88153
slop (3.6.0)
89154
spidr (0.4.1)
90155
nokogiri (~> 1.3)
156+
terminal-table (1.4.5)
157+
thread_safe (0.3.4)
158+
timers (4.0.1)
159+
hitimes
91160
toml (0.1.2)
92161
parslet (~> 1.5.0)
93162
travis (1.7.4)
@@ -101,8 +170,10 @@ GEM
101170
pry (~> 0.9, < 0.10)
102171
pusher-client (~> 0.4)
103172
typhoeus (~> 0.6, >= 0.6.8)
104-
typhoeus (0.6.9)
173+
typhoeus (0.7.0)
105174
ethon (>= 0.7.1)
175+
tzinfo (1.2.2)
176+
thread_safe (~> 0.1)
106177
validate-website (0.9.5)
107178
multipart_body (~> 0.2)
108179
paint (~> 0.8)
@@ -114,7 +185,8 @@ PLATFORMS
114185
ruby
115186

116187
DEPENDENCIES
117-
jekyll (~> 1.0)
188+
github-pages
189+
jekyll (~> 2.0)
118190
kramdown
119191
rack-jekyll
120192
rack-protection

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 루비 프로그래밍 언어 한글 문서
22
url: https://ruby-korea.github.io
33
markdown: kramdown
4-
pygments: true
4+
highlighter: pygments
55
timezone: Asia/Seoul
66
exclude:
77
- Gemfile

feed.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: nil
32
---
43
<?xml version="1.0" encoding="UTF-8"?>
54
<feed xmlns="http://www.w3.org/2005/Atom">

rss.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: nil
32
---
43
<?xml version="1.0" encoding="UTF-8"?>
54
<rss version="2.0">

0 commit comments

Comments
 (0)