Skip to content

Commit 66aa1e2

Browse files
author
Melle Dijkstra
committed
correct gems
1 parent c906930 commit 66aa1e2

File tree

2 files changed

+203
-49
lines changed

2 files changed

+203
-49
lines changed

Gemfile

+2-15
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
1010

11-
gem "jekyll", "~> 4.0.0"
11+
gem "jekyll", "~> 3.5"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414

@@ -22,18 +22,5 @@ gem "github-pages", group: :jekyll_plugins
2222
# If you have any plugins, put them here!
2323

2424
group :jekyll_plugins do
25-
gem "jekyll-feed", "~> 0.12"
25+
# gem "jekyll-feed", "~> 0.9"
2626
end
27-
28-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
29-
# and associated library.
30-
31-
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
32-
gem "tzinfo", "~> 1.2"
33-
gem "tzinfo-data"
34-
end
35-
36-
# Performance-booster for watching directories on Windows
37-
38-
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
39-

Gemfile.lock

+201-34
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,251 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (4.2.11.1)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
49
addressable (2.7.0)
510
public_suffix (>= 2.0.2, < 5.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
615
colorator (1.1.0)
16+
commonmarker (0.17.13)
17+
ruby-enum (~> 0.5)
718
concurrent-ruby (1.1.5)
19+
dnsruby (1.61.3)
20+
addressable (~> 2.5)
821
em-websocket (0.5.1)
922
eventmachine (>= 0.12.9)
1023
http_parser.rb (~> 0.6.0)
24+
ethon (0.12.0)
25+
ffi (>= 1.3.0)
1126
eventmachine (1.2.7)
27+
execjs (2.7.0)
28+
faraday (0.17.0)
29+
multipart-post (>= 1.2, < 3)
1230
ffi (1.11.1)
1331
forwardable-extended (2.6.0)
32+
gemoji (3.0.1)
33+
github-pages (201)
34+
activesupport (= 4.2.11.1)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.8.5)
37+
jekyll-avatar (= 0.6.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.6)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.11.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.12.1)
44+
jekyll-mentions (= 1.4.1)
45+
jekyll-optional-front-matter (= 0.3.0)
46+
jekyll-paginate (= 1.1.0)
47+
jekyll-readme-index (= 0.2.0)
48+
jekyll-redirect-from (= 0.14.0)
49+
jekyll-relative-links (= 0.6.0)
50+
jekyll-remote-theme (= 0.4.0)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.5.0)
53+
jekyll-sitemap (= 1.2.0)
54+
jekyll-swiss (= 0.4.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.3)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.1)
69+
jemoji (= 0.10.2)
70+
kramdown (= 1.17.0)
71+
liquid (= 4.0.0)
72+
listen (= 3.1.5)
73+
mercenary (~> 0.3)
74+
minima (= 2.5.0)
75+
nokogiri (>= 1.10.4, < 2.0)
76+
rouge (= 3.11.0)
77+
terminal-table (~> 1.4)
78+
github-pages-health-check (1.16.1)
79+
addressable (~> 2.3)
80+
dnsruby (~> 1.60)
81+
octokit (~> 4.0)
82+
public_suffix (~> 3.0)
83+
typhoeus (~> 1.3)
84+
html-pipeline (2.12.0)
85+
activesupport (>= 2)
86+
nokogiri (>= 1.4)
1487
http_parser.rb (0.6.0)
15-
i18n (1.7.0)
88+
i18n (0.9.5)
1689
concurrent-ruby (~> 1.0)
17-
jekyll (4.0.0)
90+
jekyll (3.8.5)
1891
addressable (~> 2.4)
1992
colorator (~> 1.0)
2093
em-websocket (~> 0.5)
21-
i18n (>= 0.9.5, < 2)
22-
jekyll-sass-converter (~> 2.0)
94+
i18n (~> 0.7)
95+
jekyll-sass-converter (~> 1.0)
2396
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.1)
25-
kramdown-parser-gfm (~> 1.0)
97+
kramdown (~> 1.14)
2698
liquid (~> 4.0)
2799
mercenary (~> 0.3.3)
28100
pathutil (~> 0.9)
29-
rouge (~> 3.0)
101+
rouge (>= 1.7, < 4)
30102
safe_yaml (~> 1.0)
31-
terminal-table (~> 1.8)
32-
jekyll-feed (0.12.1)
103+
jekyll-avatar (0.6.0)
104+
jekyll (~> 3.0)
105+
jekyll-coffeescript (1.1.1)
106+
coffee-script (~> 2.2)
107+
coffee-script-source (~> 1.11.1)
108+
jekyll-commonmark (1.3.1)
109+
commonmarker (~> 0.14)
33110
jekyll (>= 3.7, < 5.0)
34-
jekyll-sass-converter (2.0.1)
35-
sassc (> 2.0.1, < 3.0)
36-
jekyll-seo-tag (2.6.1)
37-
jekyll (>= 3.3, < 5.0)
111+
jekyll-commonmark-ghpages (0.1.6)
112+
commonmarker (~> 0.17.6)
113+
jekyll-commonmark (~> 1.2)
114+
rouge (>= 2.0, < 4.0)
115+
jekyll-default-layout (0.1.4)
116+
jekyll (~> 3.0)
117+
jekyll-feed (0.11.0)
118+
jekyll (~> 3.3)
119+
jekyll-gist (1.5.0)
120+
octokit (~> 4.2)
121+
jekyll-github-metadata (2.12.1)
122+
jekyll (~> 3.4)
123+
octokit (~> 4.0, != 4.4.0)
124+
jekyll-mentions (1.4.1)
125+
html-pipeline (~> 2.3)
126+
jekyll (~> 3.0)
127+
jekyll-optional-front-matter (0.3.0)
128+
jekyll (~> 3.0)
129+
jekyll-paginate (1.1.0)
130+
jekyll-readme-index (0.2.0)
131+
jekyll (~> 3.0)
132+
jekyll-redirect-from (0.14.0)
133+
jekyll (~> 3.3)
134+
jekyll-relative-links (0.6.0)
135+
jekyll (~> 3.3)
136+
jekyll-remote-theme (0.4.0)
137+
addressable (~> 2.0)
138+
jekyll (~> 3.5)
139+
rubyzip (>= 1.2.1, < 3.0)
140+
jekyll-sass-converter (1.5.2)
141+
sass (~> 3.4)
142+
jekyll-seo-tag (2.5.0)
143+
jekyll (~> 3.3)
144+
jekyll-sitemap (1.2.0)
145+
jekyll (~> 3.3)
146+
jekyll-swiss (0.4.0)
147+
jekyll-theme-architect (0.1.1)
148+
jekyll (~> 3.5)
149+
jekyll-seo-tag (~> 2.0)
150+
jekyll-theme-cayman (0.1.1)
151+
jekyll (~> 3.5)
152+
jekyll-seo-tag (~> 2.0)
153+
jekyll-theme-dinky (0.1.1)
154+
jekyll (~> 3.5)
155+
jekyll-seo-tag (~> 2.0)
156+
jekyll-theme-hacker (0.1.1)
157+
jekyll (~> 3.5)
158+
jekyll-seo-tag (~> 2.0)
159+
jekyll-theme-leap-day (0.1.1)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-merlot (0.1.1)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-midnight (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-minimal (0.1.1)
169+
jekyll (~> 3.5)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-modernist (0.1.1)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-primer (0.5.3)
175+
jekyll (~> 3.5)
176+
jekyll-github-metadata (~> 2.9)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-theme-slate (0.1.1)
179+
jekyll (~> 3.5)
180+
jekyll-seo-tag (~> 2.0)
181+
jekyll-theme-tactile (0.1.1)
182+
jekyll (~> 3.5)
183+
jekyll-seo-tag (~> 2.0)
184+
jekyll-theme-time-machine (0.1.1)
185+
jekyll (~> 3.5)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-titles-from-headings (0.5.1)
188+
jekyll (~> 3.3)
38189
jekyll-watch (2.2.1)
39190
listen (~> 3.0)
40-
kramdown (2.1.0)
41-
kramdown-parser-gfm (1.1.0)
42-
kramdown (~> 2.0)
43-
liquid (4.0.3)
44-
listen (3.2.0)
45-
rb-fsevent (~> 0.10, >= 0.10.3)
46-
rb-inotify (~> 0.9, >= 0.9.10)
191+
jemoji (0.10.2)
192+
gemoji (~> 3.0)
193+
html-pipeline (~> 2.2)
194+
jekyll (~> 3.0)
195+
kramdown (1.17.0)
196+
liquid (4.0.0)
197+
listen (3.1.5)
198+
rb-fsevent (~> 0.9, >= 0.9.4)
199+
rb-inotify (~> 0.9, >= 0.9.7)
200+
ruby_dep (~> 1.2)
47201
mercenary (0.3.6)
48-
minima (2.5.1)
49-
jekyll (>= 3.5, < 5.0)
202+
mini_portile2 (2.4.0)
203+
minima (2.5.0)
204+
jekyll (~> 3.5)
50205
jekyll-feed (~> 0.9)
51206
jekyll-seo-tag (~> 2.1)
207+
minitest (5.12.2)
208+
multipart-post (2.1.1)
209+
nokogiri (1.10.4)
210+
mini_portile2 (~> 2.4.0)
211+
octokit (4.14.0)
212+
sawyer (~> 0.8.0, >= 0.5.3)
52213
pathutil (0.16.2)
53214
forwardable-extended (~> 2.6)
54-
public_suffix (4.0.1)
215+
public_suffix (3.1.1)
55216
rb-fsevent (0.10.3)
56217
rb-inotify (0.10.0)
57218
ffi (~> 1.0)
58-
rouge (3.11.1)
219+
rouge (3.11.0)
220+
ruby-enum (0.7.2)
221+
i18n
222+
ruby_dep (1.5.0)
223+
rubyzip (2.0.0)
59224
safe_yaml (1.0.5)
60-
sassc (2.2.1)
61-
ffi (~> 1.9)
225+
sass (3.7.4)
226+
sass-listen (~> 4.0.0)
227+
sass-listen (4.0.0)
228+
rb-fsevent (~> 0.9, >= 0.9.4)
229+
rb-inotify (~> 0.9, >= 0.9.7)
230+
sawyer (0.8.2)
231+
addressable (>= 2.3.5)
232+
faraday (> 0.8, < 2.0)
62233
terminal-table (1.8.0)
63234
unicode-display_width (~> 1.1, >= 1.1.1)
64235
thread_safe (0.3.6)
236+
typhoeus (1.3.1)
237+
ethon (>= 0.9.0)
65238
tzinfo (1.2.5)
66239
thread_safe (~> 0.1)
67-
tzinfo-data (1.2019.3)
68-
tzinfo (>= 1.0.0)
69240
unicode-display_width (1.6.0)
70-
wdm (0.1.1)
71241

72242
PLATFORMS
73243
ruby
74244

75245
DEPENDENCIES
76-
jekyll (~> 4.0.0)
77-
jekyll-feed (~> 0.12)
246+
github-pages
247+
jekyll (~> 3.5)
78248
minima (~> 2.5)
79-
tzinfo (~> 1.2)
80-
tzinfo-data
81-
wdm (~> 0.1.1)
82249

83250
BUNDLED WITH
84251
2.0.2

0 commit comments

Comments
 (0)