Skip to content

Commit 614b9ab

Browse files
zbstofrtyler
authored andcommitted
Revert unnecessary changes;
use local bundler target folder; Use Ruby 2.6
1 parent e6fea85 commit 614b9ab

File tree

3 files changed

+100
-105
lines changed

3 files changed

+100
-105
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 3.8.7"
3+
gem "jekyll", "~> 3.8.5"
44
gem 'kramdown'
55
gem 'rouge'
66

77
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
88
# uncomment the line below. To upgrade, run `bundle update github-pages`.
9-
gem "github-pages", "~> 206", group: :jekyll_plugins
9+
gem "github-pages", "~> 201", group: :jekyll_plugins
1010

1111
# If you have any plugins, put them here!
1212
group :jekyll_plugins do
13-
gem "jekyll-feed", "~> 0.13"
13+
gem "jekyll-feed", "~> 0.11"
1414
end
1515

1616
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 87 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.6)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
4+
activesupport (4.2.11.1)
5+
i18n (~> 0.7)
76
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
88
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
109
addressable (2.7.0)
1110
public_suffix (>= 2.0.2, < 5.0)
1211
coffee-script (2.4.1)
@@ -16,49 +15,43 @@ GEM
1615
colorator (1.1.0)
1716
commonmarker (0.17.13)
1817
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.8)
20-
dnsruby (1.61.5)
21-
simpleidn (~> 0.1)
22-
em-websocket (0.5.2)
18+
concurrent-ruby (1.1.5)
19+
dnsruby (1.61.3)
20+
addressable (~> 2.5)
21+
em-websocket (0.5.1)
2322
eventmachine (>= 0.12.9)
2423
http_parser.rb (~> 0.6.0)
25-
ethon (0.13.0)
26-
ffi (>= 1.15.0)
24+
ethon (0.12.0)
25+
ffi (>= 1.3.0)
2726
eventmachine (1.2.7)
2827
execjs (2.7.0)
29-
faraday (1.4.1)
30-
faraday-excon (~> 1.1)
31-
faraday-net_http (~> 1.0)
32-
faraday-net_http_persistent (~> 1.1)
28+
faraday (0.17.0)
3329
multipart-post (>= 1.2, < 3)
34-
ruby2_keywords (>= 0.0.4)
35-
faraday-excon (1.1.0)
36-
faraday-net_http (1.0.1)
37-
faraday-net_http_persistent (1.1.0)
38-
ffi (1.15.0)
30+
ffi (1.11.1)
3931
forwardable-extended (2.6.0)
4032
gemoji (3.0.1)
41-
github-pages (206)
33+
github-pages (201)
34+
activesupport (= 4.2.11.1)
4235
github-pages-health-check (= 1.16.1)
43-
jekyll (= 3.8.7)
44-
jekyll-avatar (= 0.7.0)
36+
jekyll (= 3.8.5)
37+
jekyll-avatar (= 0.6.0)
4538
jekyll-coffeescript (= 1.1.1)
4639
jekyll-commonmark-ghpages (= 0.1.6)
4740
jekyll-default-layout (= 0.1.4)
48-
jekyll-feed (= 0.13.0)
41+
jekyll-feed (= 0.11.0)
4942
jekyll-gist (= 1.5.0)
50-
jekyll-github-metadata (= 2.13.0)
51-
jekyll-mentions (= 1.5.1)
52-
jekyll-optional-front-matter (= 0.3.2)
43+
jekyll-github-metadata (= 2.12.1)
44+
jekyll-mentions (= 1.4.1)
45+
jekyll-optional-front-matter (= 0.3.0)
5346
jekyll-paginate (= 1.1.0)
54-
jekyll-readme-index (= 0.3.0)
55-
jekyll-redirect-from (= 0.15.0)
56-
jekyll-relative-links (= 0.6.1)
57-
jekyll-remote-theme (= 0.4.1)
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)
5851
jekyll-sass-converter (= 1.5.2)
59-
jekyll-seo-tag (= 2.6.1)
60-
jekyll-sitemap (= 1.4.0)
61-
jekyll-swiss (= 1.0.0)
52+
jekyll-seo-tag (= 2.5.0)
53+
jekyll-sitemap (= 1.2.0)
54+
jekyll-swiss (= 0.4.0)
6255
jekyll-theme-architect (= 0.1.1)
6356
jekyll-theme-cayman (= 0.1.1)
6457
jekyll-theme-dinky (= 0.1.1)
@@ -68,32 +61,33 @@ GEM
6861
jekyll-theme-midnight (= 0.1.1)
6962
jekyll-theme-minimal (= 0.1.1)
7063
jekyll-theme-modernist (= 0.1.1)
71-
jekyll-theme-primer (= 0.5.4)
64+
jekyll-theme-primer (= 0.5.3)
7265
jekyll-theme-slate (= 0.1.1)
7366
jekyll-theme-tactile (= 0.1.1)
7467
jekyll-theme-time-machine (= 0.1.1)
75-
jekyll-titles-from-headings (= 0.5.3)
76-
jemoji (= 0.11.1)
68+
jekyll-titles-from-headings (= 0.5.1)
69+
jemoji (= 0.10.2)
7770
kramdown (= 1.17.0)
78-
liquid (= 4.0.3)
71+
liquid (= 4.0.0)
72+
listen (= 3.1.5)
7973
mercenary (~> 0.3)
80-
minima (= 2.5.1)
74+
minima (= 2.5.0)
8175
nokogiri (>= 1.10.4, < 2.0)
82-
rouge (= 3.19.0)
76+
rouge (= 3.11.0)
8377
terminal-table (~> 1.4)
8478
github-pages-health-check (1.16.1)
8579
addressable (~> 2.3)
8680
dnsruby (~> 1.60)
8781
octokit (~> 4.0)
8882
public_suffix (~> 3.0)
8983
typhoeus (~> 1.3)
90-
html-pipeline (2.14.0)
84+
html-pipeline (2.12.0)
9185
activesupport (>= 2)
9286
nokogiri (>= 1.4)
9387
http_parser.rb (0.6.0)
9488
i18n (0.9.5)
9589
concurrent-ruby (~> 1.0)
96-
jekyll (3.8.7)
90+
jekyll (3.8.5)
9791
addressable (~> 2.4)
9892
colorator (~> 1.0)
9993
em-websocket (~> 0.5)
@@ -106,8 +100,8 @@ GEM
106100
pathutil (~> 0.9)
107101
rouge (>= 1.7, < 4)
108102
safe_yaml (~> 1.0)
109-
jekyll-avatar (0.7.0)
110-
jekyll (>= 3.0, < 5.0)
103+
jekyll-avatar (0.6.0)
104+
jekyll (~> 3.0)
111105
jekyll-coffeescript (1.1.1)
112106
coffee-script (~> 2.2)
113107
coffee-script-source (~> 1.11.1)
@@ -120,36 +114,36 @@ GEM
120114
rouge (>= 2.0, < 4.0)
121115
jekyll-default-layout (0.1.4)
122116
jekyll (~> 3.0)
123-
jekyll-feed (0.13.0)
124-
jekyll (>= 3.7, < 5.0)
117+
jekyll-feed (0.11.0)
118+
jekyll (~> 3.3)
125119
jekyll-gist (1.5.0)
126120
octokit (~> 4.2)
127-
jekyll-github-metadata (2.13.0)
128-
jekyll (>= 3.4, < 5.0)
121+
jekyll-github-metadata (2.12.1)
122+
jekyll (~> 3.4)
129123
octokit (~> 4.0, != 4.4.0)
130-
jekyll-mentions (1.5.1)
124+
jekyll-mentions (1.4.1)
131125
html-pipeline (~> 2.3)
132-
jekyll (>= 3.7, < 5.0)
133-
jekyll-optional-front-matter (0.3.2)
134-
jekyll (>= 3.0, < 5.0)
126+
jekyll (~> 3.0)
127+
jekyll-optional-front-matter (0.3.0)
128+
jekyll (~> 3.0)
135129
jekyll-paginate (1.1.0)
136-
jekyll-readme-index (0.3.0)
137-
jekyll (>= 3.0, < 5.0)
138-
jekyll-redirect-from (0.15.0)
139-
jekyll (>= 3.3, < 5.0)
140-
jekyll-relative-links (0.6.1)
141-
jekyll (>= 3.3, < 5.0)
142-
jekyll-remote-theme (0.4.1)
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)
143137
addressable (~> 2.0)
144-
jekyll (>= 3.5, < 5.0)
145-
rubyzip (>= 1.3.0)
138+
jekyll (~> 3.5)
139+
rubyzip (>= 1.2.1, < 3.0)
146140
jekyll-sass-converter (1.5.2)
147141
sass (~> 3.4)
148-
jekyll-seo-tag (2.6.1)
149-
jekyll (>= 3.3, < 5.0)
150-
jekyll-sitemap (1.4.0)
151-
jekyll (>= 3.7, < 5.0)
152-
jekyll-swiss (1.0.0)
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)
153147
jekyll-theme-architect (0.1.1)
154148
jekyll (~> 3.5)
155149
jekyll-seo-tag (~> 2.0)
@@ -177,8 +171,8 @@ GEM
177171
jekyll-theme-modernist (0.1.1)
178172
jekyll (~> 3.5)
179173
jekyll-seo-tag (~> 2.0)
180-
jekyll-theme-primer (0.5.4)
181-
jekyll (> 3.5, < 5.0)
174+
jekyll-theme-primer (0.5.3)
175+
jekyll (~> 3.5)
182176
jekyll-github-metadata (~> 2.9)
183177
jekyll-seo-tag (~> 2.0)
184178
jekyll-theme-slate (0.1.1)
@@ -190,45 +184,45 @@ GEM
190184
jekyll-theme-time-machine (0.1.1)
191185
jekyll (~> 3.5)
192186
jekyll-seo-tag (~> 2.0)
193-
jekyll-titles-from-headings (0.5.3)
194-
jekyll (>= 3.3, < 5.0)
187+
jekyll-titles-from-headings (0.5.1)
188+
jekyll (~> 3.3)
195189
jekyll-watch (2.2.1)
196190
listen (~> 3.0)
197-
jemoji (0.11.1)
191+
jemoji (0.10.2)
198192
gemoji (~> 3.0)
199193
html-pipeline (~> 2.2)
200-
jekyll (>= 3.0, < 5.0)
194+
jekyll (~> 3.0)
201195
kramdown (1.17.0)
202-
liquid (4.0.3)
203-
listen (3.5.1)
204-
rb-fsevent (~> 0.10, >= 0.10.3)
205-
rb-inotify (~> 0.9, >= 0.9.10)
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)
206201
mercenary (0.3.6)
207202
mini_portile2 (2.5.0)
208-
minima (2.5.1)
209-
jekyll (>= 3.5, < 5.0)
203+
minima (2.5.0)
204+
jekyll (~> 3.5)
210205
jekyll-feed (~> 0.9)
211206
jekyll-seo-tag (~> 2.1)
212-
minitest (5.14.4)
207+
minitest (5.12.2)
213208
multipart-post (2.1.1)
214-
nokogiri (1.11.3)
209+
nokogiri (1.11.1)
215210
mini_portile2 (~> 2.5.0)
216211
racc (~> 1.4)
217-
octokit (4.20.0)
218-
faraday (>= 0.9)
212+
octokit (4.14.0)
219213
sawyer (~> 0.8.0, >= 0.5.3)
220214
pathutil (0.16.2)
221215
forwardable-extended (~> 2.6)
222216
public_suffix (3.1.1)
223217
racc (1.5.2)
224-
rb-fsevent (0.10.4)
225-
rb-inotify (0.10.1)
218+
rb-fsevent (0.10.3)
219+
rb-inotify (0.10.0)
226220
ffi (~> 1.0)
227-
rouge (3.19.0)
228-
ruby-enum (0.9.0)
221+
rouge (3.11.0)
222+
ruby-enum (0.7.2)
229223
i18n
230-
ruby2_keywords (0.0.4)
231-
rubyzip (2.3.0)
224+
ruby_dep (1.5.0)
225+
rubyzip (2.0.0)
232226
safe_yaml (1.0.5)
233227
sass (3.7.4)
234228
sass-listen (~> 4.0.0)
@@ -238,36 +232,30 @@ GEM
238232
sawyer (0.8.2)
239233
addressable (>= 2.3.5)
240234
faraday (> 0.8, < 2.0)
241-
simpleidn (0.2.1)
242-
unf (~> 0.1.4)
243235
terminal-table (1.8.0)
244236
unicode-display_width (~> 1.1, >= 1.1.1)
245237
thread_safe (0.3.6)
246-
typhoeus (1.4.0)
238+
typhoeus (1.3.1)
247239
ethon (>= 0.9.0)
248240
tzinfo (1.2.5)
249241
thread_safe (~> 0.1)
250242
tzinfo-data (1.2019.3)
251243
tzinfo (>= 1.0.0)
252-
unf (0.1.4)
253-
unf_ext
254-
unf_ext (0.0.7.7)
255-
unicode-display_width (1.7.0)
244+
unicode-display_width (1.6.0)
256245
wdm (0.1.1)
257-
zeitwerk (2.4.2)
258246

259247
PLATFORMS
260248
ruby
261249

262250
DEPENDENCIES
263-
github-pages (~> 206)
264-
jekyll (~> 3.8.7)
265-
jekyll-feed (~> 0.13)
251+
github-pages (~> 201)
252+
jekyll (~> 3.8.5)
253+
jekyll-feed (~> 0.11)
266254
kramdown
267255
rouge
268256
tzinfo (~> 1.2)
269257
tzinfo-data
270258
wdm (~> 0.1.1)
271259

272260
BUNDLED WITH
273-
2.2.16
261+
2.0.2

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,18 @@ would want to work with us?"
1919
# Local build
2020

2121
```
22-
brew install [email protected]
23-
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> "$HOME/.bash_profile"
22+
# If you don't have Ruby 2.6 installed
23+
# jekyll-sass-converter requires Ruby version >= 2.4.0
24+
# Default MacOS ruby version is 2.3
25+
# Ruby < 2.6 are not maintained anymore
26+
# Ruby 2.7 prints bunch of warnings for Jekyll < 3.8.7
27+
# Using Jekyll 3.8.7 requires bumping github-pages and jekyll-feed
28+
brew install [email protected]
29+
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> "$HOME/.bash_profile"
2430
source "$HOME/.bash_profile"
2531
26-
sudo gem install jekyll bundler
32+
sudo gem install bundler # if you don't have bundler installed
33+
bundle config set path vendor
2734
bundle install
2835
2936
bundle exec jekyll serve --livereload # for auto-updading

0 commit comments

Comments
 (0)