Skip to content

Commit b67a1a5

Browse files
committed
Bundle update with Ruby 2.3.3:
- Ruby 2.4.0 is now being supported in github-pages gem - See the following issue for details: - github/pages-gem#376
1 parent 55993b5 commit b67a1a5

File tree

3 files changed

+172
-91
lines changed

3 files changed

+172
-91
lines changed

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.3.3

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
source 'http://rubygems.org'
2+
ruby '2.3.3'
23

34
gem 'github-pages'
45
gem 'redcarpet'
56
gem 'jekyll-task-i18n'
67
gem 'rake'
8+

Gemfile.lock

+169-91
Original file line numberDiff line numberDiff line change
@@ -1,133 +1,205 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
RedCloth (4.2.9)
5-
activesupport (4.2.1)
4+
activesupport (4.2.7)
65
i18n (~> 0.7)
76
json (~> 1.7, >= 1.7.7)
87
minitest (~> 5.1)
98
thread_safe (~> 0.3, >= 0.3.4)
109
tzinfo (~> 1.1)
11-
blankslate (2.1.2.4)
12-
celluloid (0.16.0)
13-
timers (~> 4.0.0)
14-
classifier-reborn (2.0.3)
15-
fast-stemmer (~> 1.0)
10+
addressable (2.5.0)
11+
public_suffix (~> 2.0, >= 2.0.2)
1612
coffee-script (2.4.1)
1713
coffee-script-source
1814
execjs
19-
coffee-script-source (1.9.1.1)
20-
colorator (0.1)
21-
execjs (2.5.2)
22-
fast-stemmer (1.0.2)
23-
ffi (1.9.8)
15+
coffee-script-source (1.12.2)
16+
colorator (1.1.0)
17+
ethon (0.10.1)
18+
ffi (>= 1.3.0)
19+
execjs (2.7.0)
20+
faraday (0.10.1)
21+
multipart-post (>= 1.2, < 3)
22+
ffi (1.9.14)
23+
forwardable-extended (2.6.0)
2424
gemoji (2.1.0)
25-
gettext (3.1.6)
25+
gettext (3.2.2)
2626
locale (>= 2.0.5)
2727
text (>= 1.3.0)
28-
github-pages (34)
29-
RedCloth (= 4.2.9)
30-
github-pages-health-check (~> 0.2)
31-
jekyll (= 2.4.0)
28+
github-pages (112)
29+
activesupport (= 4.2.7)
30+
github-pages-health-check (= 1.3.0)
31+
jekyll (= 3.3.1)
32+
jekyll-avatar (= 0.4.2)
3233
jekyll-coffeescript (= 1.0.1)
33-
jekyll-mentions (= 0.2.1)
34-
jekyll-redirect-from (= 0.6.2)
35-
jekyll-sass-converter (= 1.2.0)
36-
jekyll-sitemap (= 0.8.1)
37-
jemoji (= 0.4.0)
38-
kramdown (= 1.5.0)
39-
liquid (= 2.6.1)
40-
maruku (= 0.7.0)
34+
jekyll-default-layout (= 0.1.4)
35+
jekyll-feed (= 0.8.0)
36+
jekyll-gist (= 1.4.0)
37+
jekyll-github-metadata (= 2.2.0)
38+
jekyll-mentions (= 1.2.0)
39+
jekyll-optional-front-matter (= 0.1.2)
40+
jekyll-paginate (= 1.1.0)
41+
jekyll-readme-index (= 0.0.3)
42+
jekyll-redirect-from (= 0.11.0)
43+
jekyll-relative-links (= 0.2.1)
44+
jekyll-sass-converter (= 1.3.0)
45+
jekyll-seo-tag (= 2.1.0)
46+
jekyll-sitemap (= 0.12.0)
47+
jekyll-swiss (= 0.4.0)
48+
jekyll-theme-architect (= 0.0.3)
49+
jekyll-theme-cayman (= 0.0.3)
50+
jekyll-theme-dinky (= 0.0.3)
51+
jekyll-theme-hacker (= 0.0.3)
52+
jekyll-theme-leap-day (= 0.0.3)
53+
jekyll-theme-merlot (= 0.0.3)
54+
jekyll-theme-midnight (= 0.0.3)
55+
jekyll-theme-minimal (= 0.0.3)
56+
jekyll-theme-modernist (= 0.0.3)
57+
jekyll-theme-primer (= 0.1.5)
58+
jekyll-theme-slate (= 0.0.3)
59+
jekyll-theme-tactile (= 0.0.3)
60+
jekyll-theme-time-machine (= 0.0.3)
61+
jekyll-titles-from-headings (= 0.1.3)
62+
jemoji (= 0.7.0)
63+
kramdown (= 1.11.1)
64+
liquid (= 3.0.6)
65+
listen (= 3.0.6)
4166
mercenary (~> 0.3)
42-
pygments.rb (= 0.6.1)
43-
rdiscount (= 2.1.7)
44-
redcarpet (= 3.1.2)
67+
minima (= 2.0.0)
68+
rouge (= 1.11.1)
4569
terminal-table (~> 1.4)
46-
github-pages-health-check (0.3.0)
47-
net-dns (~> 0.6)
48-
public_suffix (~> 1.4)
49-
hitimes (1.2.2)
50-
html-pipeline (1.9.0)
70+
github-pages-health-check (1.3.0)
71+
addressable (~> 2.3)
72+
net-dns (~> 0.8)
73+
octokit (~> 4.0)
74+
public_suffix (~> 2.0)
75+
typhoeus (~> 0.7)
76+
html-pipeline (2.4.2)
5177
activesupport (>= 2)
52-
nokogiri (~> 1.4)
78+
nokogiri (>= 1.4)
5379
i18n (0.7.0)
54-
jekyll (2.4.0)
55-
classifier-reborn (~> 2.0)
56-
colorator (~> 0.1)
57-
jekyll-coffeescript (~> 1.0)
58-
jekyll-gist (~> 1.0)
59-
jekyll-paginate (~> 1.0)
80+
jekyll (3.3.1)
81+
addressable (~> 2.4)
82+
colorator (~> 1.0)
6083
jekyll-sass-converter (~> 1.0)
6184
jekyll-watch (~> 1.1)
6285
kramdown (~> 1.3)
63-
liquid (~> 2.6.1)
86+
liquid (~> 3.0)
6487
mercenary (~> 0.3.3)
65-
pygments.rb (~> 0.6.0)
66-
redcarpet (~> 3.1)
88+
pathutil (~> 0.9)
89+
rouge (~> 1.7)
6790
safe_yaml (~> 1.0)
68-
toml (~> 0.1.0)
91+
jekyll-avatar (0.4.2)
92+
jekyll (~> 3.0)
6993
jekyll-coffeescript (1.0.1)
7094
coffee-script (~> 2.2)
71-
jekyll-gist (1.2.1)
72-
jekyll-mentions (0.2.1)
73-
html-pipeline (~> 1.9.0)
74-
jekyll (~> 2.0)
95+
jekyll-default-layout (0.1.4)
96+
jekyll (~> 3.0)
97+
jekyll-feed (0.8.0)
98+
jekyll (~> 3.3)
99+
jekyll-gist (1.4.0)
100+
octokit (~> 4.2)
101+
jekyll-github-metadata (2.2.0)
102+
jekyll (~> 3.1)
103+
octokit (~> 4.0, != 4.4.0)
104+
jekyll-mentions (1.2.0)
105+
activesupport (~> 4.0)
106+
html-pipeline (~> 2.3)
107+
jekyll (~> 3.0)
108+
jekyll-optional-front-matter (0.1.2)
109+
jekyll (~> 3.0)
75110
jekyll-paginate (1.1.0)
76-
jekyll-redirect-from (0.6.2)
77-
jekyll (~> 2.0)
78-
jekyll-sass-converter (1.2.0)
111+
jekyll-readme-index (0.0.3)
112+
jekyll (~> 3.0)
113+
jekyll-redirect-from (0.11.0)
114+
jekyll (>= 2.0)
115+
jekyll-relative-links (0.2.1)
116+
jekyll (~> 3.3)
117+
jekyll-sass-converter (1.3.0)
79118
sass (~> 3.2)
80-
jekyll-sitemap (0.8.1)
81-
jekyll-task-i18n (1.0.1)
119+
jekyll-seo-tag (2.1.0)
120+
jekyll (~> 3.3)
121+
jekyll-sitemap (0.12.0)
122+
jekyll (~> 3.3)
123+
jekyll-swiss (0.4.0)
124+
jekyll-task-i18n (1.0.2)
82125
gettext (>= 3.1.1)
83126
yard
84-
jekyll-watch (1.2.1)
85-
listen (~> 2.7)
86-
jemoji (0.4.0)
127+
jekyll-theme-architect (0.0.3)
128+
jekyll (~> 3.3)
129+
jekyll-theme-cayman (0.0.3)
130+
jekyll (~> 3.3)
131+
jekyll-theme-dinky (0.0.3)
132+
jekyll (~> 3.3)
133+
jekyll-theme-hacker (0.0.3)
134+
jekyll (~> 3.3)
135+
jekyll-theme-leap-day (0.0.3)
136+
jekyll (~> 3.3)
137+
jekyll-theme-merlot (0.0.3)
138+
jekyll (~> 3.3)
139+
jekyll-theme-midnight (0.0.3)
140+
jekyll (~> 3.3)
141+
jekyll-theme-minimal (0.0.3)
142+
jekyll (~> 3.3)
143+
jekyll-theme-modernist (0.0.3)
144+
jekyll (~> 3.3)
145+
jekyll-theme-primer (0.1.5)
146+
jekyll (~> 3.3)
147+
jekyll-theme-slate (0.0.3)
148+
jekyll (~> 3.3)
149+
jekyll-theme-tactile (0.0.3)
150+
jekyll (~> 3.3)
151+
jekyll-theme-time-machine (0.0.3)
152+
jekyll (~> 3.3)
153+
jekyll-titles-from-headings (0.1.3)
154+
jekyll (~> 3.3)
155+
jekyll-watch (1.5.0)
156+
listen (~> 3.0, < 3.1)
157+
jemoji (0.7.0)
158+
activesupport (~> 4.0)
87159
gemoji (~> 2.0)
88-
html-pipeline (~> 1.9)
89-
jekyll (~> 2.0)
90-
json (1.8.2)
91-
kramdown (1.5.0)
92-
liquid (2.6.1)
93-
listen (2.10.0)
94-
celluloid (~> 0.16.0)
160+
html-pipeline (~> 2.2)
161+
jekyll (>= 3.0)
162+
json (1.8.3)
163+
kramdown (1.11.1)
164+
liquid (3.0.6)
165+
listen (3.0.6)
95166
rb-fsevent (>= 0.9.3)
96-
rb-inotify (>= 0.9)
97-
locale (2.1.0)
98-
maruku (0.7.0)
99-
mercenary (0.3.5)
100-
mini_portile (0.6.2)
101-
minitest (5.6.1)
167+
rb-inotify (>= 0.9.7)
168+
locale (2.1.2)
169+
mercenary (0.3.6)
170+
mini_portile2 (2.1.0)
171+
minima (2.0.0)
172+
minitest (5.10.1)
173+
multipart-post (2.0.0)
102174
net-dns (0.8.0)
103-
nokogiri (1.6.6.2)
104-
mini_portile (~> 0.6.0)
105-
parslet (1.5.0)
106-
blankslate (~> 2.0)
107-
posix-spawn (0.3.11)
108-
public_suffix (1.5.1)
109-
pygments.rb (0.6.1)
110-
posix-spawn (~> 0.3.6)
111-
yajl-ruby (~> 1.2.0)
112-
rake (10.4.2)
113-
rb-fsevent (0.9.4)
114-
rb-inotify (0.9.5)
175+
nokogiri (1.7.0)
176+
mini_portile2 (~> 2.1.0)
177+
octokit (4.6.2)
178+
sawyer (~> 0.8.0, >= 0.5.3)
179+
pathutil (0.14.0)
180+
forwardable-extended (~> 2.6)
181+
public_suffix (2.0.5)
182+
rake (12.0.0)
183+
rb-fsevent (0.9.8)
184+
rb-inotify (0.9.7)
115185
ffi (>= 0.5.0)
116-
rdiscount (2.1.7)
117-
redcarpet (3.1.2)
186+
redcarpet (3.4.0)
187+
rouge (1.11.1)
118188
safe_yaml (1.0.4)
119-
sass (3.4.13)
120-
terminal-table (1.4.5)
189+
sass (3.4.23)
190+
sawyer (0.8.1)
191+
addressable (>= 2.3.5, < 2.6)
192+
faraday (~> 0.8, < 1.0)
193+
terminal-table (1.7.3)
194+
unicode-display_width (~> 1.1.1)
121195
text (1.3.1)
122196
thread_safe (0.3.5)
123-
timers (4.0.1)
124-
hitimes
125-
toml (0.1.2)
126-
parslet (~> 1.5.0)
197+
typhoeus (0.8.0)
198+
ethon (>= 0.8.0)
127199
tzinfo (1.2.2)
128200
thread_safe (~> 0.1)
129-
yajl-ruby (1.2.1)
130-
yard (0.8.7.6)
201+
unicode-display_width (1.1.2)
202+
yard (0.9.5)
131203

132204
PLATFORMS
133205
ruby
@@ -137,3 +209,9 @@ DEPENDENCIES
137209
jekyll-task-i18n
138210
rake
139211
redcarpet
212+
213+
RUBY VERSION
214+
ruby 2.3.3p222
215+
216+
BUNDLED WITH
217+
1.13.7

0 commit comments

Comments
 (0)