Skip to content

Commit ec0c61c

Browse files
committed
Change the README now that the latest ruby version is working
1 parent 469fdf5 commit ec0c61c

File tree

3 files changed

+108
-91
lines changed

3 files changed

+108
-91
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
1717

1818
# Security bump
1919
gem "activesupport", ">= 4.1.11"
20+
21+
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 104 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.6)
4+
activesupport (6.0.4.7)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -14,42 +14,56 @@ GEM
1414
execjs
1515
coffee-script-source (1.11.1)
1616
colorator (1.1.0)
17-
commonmarker (0.17.13)
18-
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.8)
20-
dnsruby (1.61.5)
17+
commonmarker (0.23.4)
18+
concurrent-ruby (1.1.10)
19+
dnsruby (1.61.9)
2120
simpleidn (~> 0.1)
22-
em-websocket (0.5.2)
21+
em-websocket (0.5.3)
2322
eventmachine (>= 0.12.9)
24-
http_parser.rb (~> 0.6.0)
25-
ethon (0.14.0)
23+
http_parser.rb (~> 0)
24+
ethon (0.15.0)
2625
ffi (>= 1.15.0)
2726
eventmachine (1.2.7)
2827
eventmachine (1.2.7-x64-mingw32)
29-
execjs (2.7.0)
30-
faraday (1.4.1)
28+
execjs (2.8.1)
29+
faraday (1.10.0)
30+
faraday-em_http (~> 1.0)
31+
faraday-em_synchrony (~> 1.0)
3132
faraday-excon (~> 1.1)
33+
faraday-httpclient (~> 1.0)
34+
faraday-multipart (~> 1.0)
3235
faraday-net_http (~> 1.0)
33-
faraday-net_http_persistent (~> 1.1)
34-
multipart-post (>= 1.2, < 3)
36+
faraday-net_http_persistent (~> 1.0)
37+
faraday-patron (~> 1.0)
38+
faraday-rack (~> 1.0)
39+
faraday-retry (~> 1.0)
3540
ruby2_keywords (>= 0.0.4)
41+
faraday-em_http (1.0.0)
42+
faraday-em_synchrony (1.0.0)
3643
faraday-excon (1.1.0)
44+
faraday-httpclient (1.0.1)
45+
faraday-multipart (1.0.3)
46+
multipart-post (>= 1.2, < 3)
3747
faraday-net_http (1.0.1)
38-
faraday-net_http_persistent (1.1.0)
39-
ffi (1.15.0)
40-
ffi (1.15.0-x64-mingw32)
48+
faraday-net_http_persistent (1.2.0)
49+
faraday-patron (1.0.0)
50+
faraday-rack (1.0.0)
51+
faraday-retry (1.0.3)
52+
ffi (1.15.5)
53+
ffi (1.15.5-x64-mingw32)
4154
forwardable-extended (2.6.0)
4255
gemoji (3.0.1)
43-
github-pages (214)
44-
github-pages-health-check (= 1.17.0)
45-
jekyll (= 3.9.0)
56+
github-pages (226)
57+
github-pages-health-check (= 1.17.9)
58+
jekyll (= 3.9.2)
4659
jekyll-avatar (= 0.7.0)
4760
jekyll-coffeescript (= 1.1.1)
48-
jekyll-commonmark-ghpages (= 0.1.6)
61+
jekyll-commonmark-ghpages (= 0.2.0)
4962
jekyll-default-layout (= 0.1.4)
5063
jekyll-feed (= 0.15.1)
5164
jekyll-gist (= 1.5.0)
5265
jekyll-github-metadata (= 2.13.0)
66+
jekyll-include-cache (= 0.2.1)
5367
jekyll-mentions (= 1.6.0)
5468
jekyll-optional-front-matter (= 0.3.2)
5569
jekyll-paginate (= 1.1.0)
@@ -58,45 +72,45 @@ GEM
5872
jekyll-relative-links (= 0.6.1)
5973
jekyll-remote-theme (= 0.4.3)
6074
jekyll-sass-converter (= 1.5.2)
61-
jekyll-seo-tag (= 2.7.1)
75+
jekyll-seo-tag (= 2.8.0)
6276
jekyll-sitemap (= 1.4.0)
6377
jekyll-swiss (= 1.0.0)
64-
jekyll-theme-architect (= 0.1.1)
65-
jekyll-theme-cayman (= 0.1.1)
66-
jekyll-theme-dinky (= 0.1.1)
67-
jekyll-theme-hacker (= 0.1.2)
68-
jekyll-theme-leap-day (= 0.1.1)
69-
jekyll-theme-merlot (= 0.1.1)
70-
jekyll-theme-midnight (= 0.1.1)
71-
jekyll-theme-minimal (= 0.1.1)
72-
jekyll-theme-modernist (= 0.1.1)
73-
jekyll-theme-primer (= 0.5.4)
74-
jekyll-theme-slate (= 0.1.1)
75-
jekyll-theme-tactile (= 0.1.1)
76-
jekyll-theme-time-machine (= 0.1.1)
78+
jekyll-theme-architect (= 0.2.0)
79+
jekyll-theme-cayman (= 0.2.0)
80+
jekyll-theme-dinky (= 0.2.0)
81+
jekyll-theme-hacker (= 0.2.0)
82+
jekyll-theme-leap-day (= 0.2.0)
83+
jekyll-theme-merlot (= 0.2.0)
84+
jekyll-theme-midnight (= 0.2.0)
85+
jekyll-theme-minimal (= 0.2.0)
86+
jekyll-theme-modernist (= 0.2.0)
87+
jekyll-theme-primer (= 0.6.0)
88+
jekyll-theme-slate (= 0.2.0)
89+
jekyll-theme-tactile (= 0.2.0)
90+
jekyll-theme-time-machine (= 0.2.0)
7791
jekyll-titles-from-headings (= 0.5.3)
7892
jemoji (= 0.12.0)
79-
kramdown (= 2.3.1)
93+
kramdown (= 2.3.2)
8094
kramdown-parser-gfm (= 1.1.0)
8195
liquid (= 4.0.3)
8296
mercenary (~> 0.3)
8397
minima (= 2.5.1)
84-
nokogiri (>= 1.10.4, < 2.0)
98+
nokogiri (>= 1.13.4, < 2.0)
8599
rouge (= 3.26.0)
86100
terminal-table (~> 1.4)
87-
github-pages-health-check (1.17.0)
101+
github-pages-health-check (1.17.9)
88102
addressable (~> 2.3)
89103
dnsruby (~> 1.60)
90104
octokit (~> 4.0)
91-
public_suffix (>= 2.0.2, < 5.0)
105+
public_suffix (>= 3.0, < 5.0)
92106
typhoeus (~> 1.3)
93-
html-pipeline (2.14.0)
107+
html-pipeline (2.14.1)
94108
activesupport (>= 2)
95109
nokogiri (>= 1.4)
96-
http_parser.rb (0.6.0)
110+
http_parser.rb (0.8.0)
97111
i18n (0.9.5)
98112
concurrent-ruby (~> 1.0)
99-
jekyll (3.9.0)
113+
jekyll (3.9.2)
100114
addressable (~> 2.4)
101115
colorator (~> 1.0)
102116
em-websocket (~> 0.5)
@@ -114,12 +128,12 @@ GEM
114128
jekyll-coffeescript (1.1.1)
115129
coffee-script (~> 2.2)
116130
coffee-script-source (~> 1.11.1)
117-
jekyll-commonmark (1.3.1)
118-
commonmarker (~> 0.14)
119-
jekyll (>= 3.7, < 5.0)
120-
jekyll-commonmark-ghpages (0.1.6)
121-
commonmarker (~> 0.17.6)
122-
jekyll-commonmark (~> 1.2)
131+
jekyll-commonmark (1.4.0)
132+
commonmarker (~> 0.22)
133+
jekyll-commonmark-ghpages (0.2.0)
134+
commonmarker (~> 0.23.4)
135+
jekyll (~> 3.9.0)
136+
jekyll-commonmark (~> 1.4.0)
123137
rouge (>= 2.0, < 4.0)
124138
jekyll-default-layout (0.1.4)
125139
jekyll (~> 3.0)
@@ -130,6 +144,8 @@ GEM
130144
jekyll-github-metadata (2.13.0)
131145
jekyll (>= 3.4, < 5.0)
132146
octokit (~> 4.0, != 4.4.0)
147+
jekyll-include-cache (0.2.1)
148+
jekyll (>= 3.7, < 5.0)
133149
jekyll-mentions (1.6.0)
134150
html-pipeline (~> 2.3)
135151
jekyll (>= 3.7, < 5.0)
@@ -149,50 +165,50 @@ GEM
149165
rubyzip (>= 1.3.0, < 3.0)
150166
jekyll-sass-converter (1.5.2)
151167
sass (~> 3.4)
152-
jekyll-seo-tag (2.7.1)
168+
jekyll-seo-tag (2.8.0)
153169
jekyll (>= 3.8, < 5.0)
154170
jekyll-sitemap (1.4.0)
155171
jekyll (>= 3.7, < 5.0)
156172
jekyll-swiss (1.0.0)
157-
jekyll-theme-architect (0.1.1)
158-
jekyll (~> 3.5)
173+
jekyll-theme-architect (0.2.0)
174+
jekyll (> 3.5, < 5.0)
159175
jekyll-seo-tag (~> 2.0)
160-
jekyll-theme-cayman (0.1.1)
161-
jekyll (~> 3.5)
176+
jekyll-theme-cayman (0.2.0)
177+
jekyll (> 3.5, < 5.0)
162178
jekyll-seo-tag (~> 2.0)
163-
jekyll-theme-dinky (0.1.1)
164-
jekyll (~> 3.5)
179+
jekyll-theme-dinky (0.2.0)
180+
jekyll (> 3.5, < 5.0)
165181
jekyll-seo-tag (~> 2.0)
166-
jekyll-theme-hacker (0.1.2)
182+
jekyll-theme-hacker (0.2.0)
167183
jekyll (> 3.5, < 5.0)
168184
jekyll-seo-tag (~> 2.0)
169-
jekyll-theme-leap-day (0.1.1)
170-
jekyll (~> 3.5)
185+
jekyll-theme-leap-day (0.2.0)
186+
jekyll (> 3.5, < 5.0)
171187
jekyll-seo-tag (~> 2.0)
172-
jekyll-theme-merlot (0.1.1)
173-
jekyll (~> 3.5)
188+
jekyll-theme-merlot (0.2.0)
189+
jekyll (> 3.5, < 5.0)
174190
jekyll-seo-tag (~> 2.0)
175-
jekyll-theme-midnight (0.1.1)
176-
jekyll (~> 3.5)
191+
jekyll-theme-midnight (0.2.0)
192+
jekyll (> 3.5, < 5.0)
177193
jekyll-seo-tag (~> 2.0)
178-
jekyll-theme-minimal (0.1.1)
179-
jekyll (~> 3.5)
194+
jekyll-theme-minimal (0.2.0)
195+
jekyll (> 3.5, < 5.0)
180196
jekyll-seo-tag (~> 2.0)
181-
jekyll-theme-modernist (0.1.1)
182-
jekyll (~> 3.5)
197+
jekyll-theme-modernist (0.2.0)
198+
jekyll (> 3.5, < 5.0)
183199
jekyll-seo-tag (~> 2.0)
184-
jekyll-theme-primer (0.5.4)
200+
jekyll-theme-primer (0.6.0)
185201
jekyll (> 3.5, < 5.0)
186202
jekyll-github-metadata (~> 2.9)
187203
jekyll-seo-tag (~> 2.0)
188-
jekyll-theme-slate (0.1.1)
189-
jekyll (~> 3.5)
204+
jekyll-theme-slate (0.2.0)
205+
jekyll (> 3.5, < 5.0)
190206
jekyll-seo-tag (~> 2.0)
191-
jekyll-theme-tactile (0.1.1)
192-
jekyll (~> 3.5)
207+
jekyll-theme-tactile (0.2.0)
208+
jekyll (> 3.5, < 5.0)
193209
jekyll-seo-tag (~> 2.0)
194-
jekyll-theme-time-machine (0.1.1)
195-
jekyll (~> 3.5)
210+
jekyll-theme-time-machine (0.2.0)
211+
jekyll (> 3.5, < 5.0)
196212
jekyll-seo-tag (~> 2.0)
197213
jekyll-titles-from-headings (0.5.3)
198214
jekyll (>= 3.3, < 5.0)
@@ -202,41 +218,39 @@ GEM
202218
gemoji (~> 3.0)
203219
html-pipeline (~> 2.2)
204220
jekyll (>= 3.0, < 5.0)
205-
kramdown (2.3.1)
221+
kramdown (2.3.2)
206222
rexml
207223
kramdown-parser-gfm (1.1.0)
208224
kramdown (~> 2.0)
209225
liquid (4.0.3)
210-
listen (3.5.1)
226+
listen (3.7.1)
211227
rb-fsevent (~> 0.10, >= 0.10.3)
212228
rb-inotify (~> 0.9, >= 0.9.10)
213229
mercenary (0.3.6)
230+
mini_portile2 (2.8.0)
214231
minima (2.5.1)
215232
jekyll (>= 3.5, < 5.0)
216233
jekyll-feed (~> 0.9)
217234
jekyll-seo-tag (~> 2.1)
218-
minitest (5.14.4)
235+
minitest (5.15.0)
219236
multipart-post (2.1.1)
220-
nokogiri (1.13.3-x64-mingw32)
221-
racc (~> 1.4)
222-
nokogiri (1.13.3-x86_64-linux)
237+
nokogiri (1.13.4)
238+
mini_portile2 (~> 2.8.0)
223239
racc (~> 1.4)
224-
octokit (4.21.0)
240+
octokit (4.22.0)
225241
faraday (>= 0.9)
226242
sawyer (~> 0.8.0, >= 0.5.3)
227243
pathutil (0.16.2)
228244
forwardable-extended (~> 2.6)
229-
public_suffix (4.0.6)
245+
public_suffix (4.0.7)
230246
racc (1.6.0)
231-
rb-fsevent (0.10.4)
247+
rb-fsevent (0.11.1)
232248
rb-inotify (0.10.1)
233249
ffi (~> 1.0)
234250
rexml (3.2.5)
235251
rouge (3.26.0)
236-
ruby-enum (0.9.0)
237-
i18n
238-
ruby2_keywords (0.0.4)
239-
rubyzip (2.3.0)
252+
ruby2_keywords (0.0.5)
253+
rubyzip (2.3.2)
240254
safe_yaml (1.0.5)
241255
sass (3.7.4)
242256
sass-listen (~> 4.0.0)
@@ -255,14 +269,14 @@ GEM
255269
ethon (>= 0.9.0)
256270
tzinfo (1.2.9)
257271
thread_safe (~> 0.1)
258-
tzinfo-data (1.2021.1)
272+
tzinfo-data (1.2022.1)
259273
tzinfo (>= 1.0.0)
260274
unf (0.1.4)
261275
unf_ext
262-
unf_ext (0.0.7.7)
263-
unf_ext (0.0.7.7-x64-mingw32)
264-
unicode-display_width (1.7.0)
265-
zeitwerk (2.4.2)
276+
unf_ext (0.0.8.1)
277+
unicode-display_width (1.8.0)
278+
webrick (1.7.0)
279+
zeitwerk (2.5.4)
266280

267281
PLATFORMS
268282
x64-mingw32
@@ -275,6 +289,7 @@ DEPENDENCIES
275289
jekyll-seo-tag (~> 2.1)
276290
jekyll-watch (~> 2.2.1)
277291
tzinfo-data
292+
webrick (~> 1.7)
278293

279294
BUNDLED WITH
280295
2.2.16

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
The Ruffle website uses [Jekyll](https://jekyllrb.com/). It is visible at https://ruffle.rs/
44

5-
To test it locally, you should clone the repository (`git clone https://github.com/ruffle-rs/ruffle-rs.github.io.git`). If you plan to create a pull request, you should instead [fork the repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo), then [clone the forked repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo#cloning-your-forked-repository). Either way, you should then install all the pre-requisites for your system as described in https://jekyllrb.com/docs/installation/. You should install a 2.7.x version of Ruby, as some of the gems used are incompatible with version 3+.
5+
To test it locally, you should clone the repository (`git clone https://github.com/ruffle-rs/ruffle-rs.github.io.git`). If you plan to create a pull request, you should instead [fork the repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo), then [clone the forked repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo#cloning-your-forked-repository). Either way, you should then install all the pre-requisites for your system as described in https://jekyllrb.com/docs/installation/.
66

77
Then, navigate to the directory where you cloned the repository and run:
88
- `gem install jekyll bundler`
99
- `bundle exec jekyll serve`
1010

11-
If you are told you are missing gems when bundling, run `bundle install` and then re-run `bundle exec jekyll serve`. If everything worked properly, a copy of the website should be up and running at http://localhost:4000 and any changes you make to the code should appear there.
11+
If you are told `cannot load such file -- webrick`, you may need to run `bundle add webrick`. If you are told you are missing gems when bundling, run `bundle install` and then re-run `bundle exec jekyll serve`. If everything worked properly, a copy of the website should be up and running at http://localhost:4000 and any changes you make to the code should appear there.

0 commit comments

Comments
 (0)