Skip to content

Commit 3876ee5

Browse files
committed
Revert "Upgrade Jekyll, bundler and more"
This reverts commit fa30680.
1 parent fa30680 commit 3876ee5

File tree

3 files changed

+75
-88
lines changed

3 files changed

+75
-88
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
#
66
# bundle exec jekyll serve
77

8-
gem "jekyll", "~> 4.4.1"
8+
gem "jekyll", "~> 4.3.3"
99

1010
group :jekyll_plugins do
1111
gem "jekyll-sitemap"

Gemfile.lock

Lines changed: 72 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -3,71 +3,59 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
base64 (0.3.0)
7-
bigdecimal (3.2.2)
6+
base64 (0.2.0)
7+
bigdecimal (3.1.9)
88
colorator (1.1.0)
99
concurrent-ruby (1.3.5)
10-
csv (3.3.5)
10+
csv (3.3.2)
1111
em-websocket (0.5.3)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15-
ffi (1.17.2)
16-
ffi (1.17.2-aarch64-linux-gnu)
17-
ffi (1.17.2-aarch64-linux-musl)
18-
ffi (1.17.2-arm-linux-gnu)
19-
ffi (1.17.2-arm-linux-musl)
20-
ffi (1.17.2-arm64-darwin)
21-
ffi (1.17.2-x86-linux-gnu)
22-
ffi (1.17.2-x86-linux-musl)
23-
ffi (1.17.2-x86_64-darwin)
24-
ffi (1.17.2-x86_64-linux-gnu)
25-
ffi (1.17.2-x86_64-linux-musl)
15+
ffi (1.17.1)
16+
ffi (1.17.1-aarch64-linux-gnu)
17+
ffi (1.17.1-aarch64-linux-musl)
18+
ffi (1.17.1-arm-linux-gnu)
19+
ffi (1.17.1-arm-linux-musl)
20+
ffi (1.17.1-arm64-darwin)
21+
ffi (1.17.1-x86-linux-gnu)
22+
ffi (1.17.1-x86-linux-musl)
23+
ffi (1.17.1-x86_64-darwin)
24+
ffi (1.17.1-x86_64-linux-gnu)
25+
ffi (1.17.1-x86_64-linux-musl)
2626
forwardable-extended (2.6.0)
27-
google-protobuf (4.31.1)
27+
google-protobuf (4.29.3)
2828
bigdecimal
2929
rake (>= 13)
30-
google-protobuf (4.31.1-aarch64-linux-gnu)
30+
google-protobuf (4.29.3-aarch64-linux)
3131
bigdecimal
3232
rake (>= 13)
33-
google-protobuf (4.31.1-aarch64-linux-musl)
33+
google-protobuf (4.29.3-arm64-darwin)
3434
bigdecimal
3535
rake (>= 13)
36-
google-protobuf (4.31.1-arm64-darwin)
36+
google-protobuf (4.29.3-x86-linux)
3737
bigdecimal
3838
rake (>= 13)
39-
google-protobuf (4.31.1-x86-linux-gnu)
39+
google-protobuf (4.29.3-x86_64-darwin)
4040
bigdecimal
4141
rake (>= 13)
42-
google-protobuf (4.31.1-x86-linux-musl)
43-
bigdecimal
44-
rake (>= 13)
45-
google-protobuf (4.31.1-x86_64-darwin)
46-
bigdecimal
47-
rake (>= 13)
48-
google-protobuf (4.31.1-x86_64-linux-gnu)
49-
bigdecimal
50-
rake (>= 13)
51-
google-protobuf (4.31.1-x86_64-linux-musl)
42+
google-protobuf (4.29.3-x86_64-linux)
5243
bigdecimal
5344
rake (>= 13)
5445
http_parser.rb (0.8.0)
5546
i18n (1.14.7)
5647
concurrent-ruby (~> 1.0)
57-
jekyll (4.4.1)
48+
jekyll (4.3.4)
5849
addressable (~> 2.4)
59-
base64 (~> 0.2)
6050
colorator (~> 1.0)
61-
csv (~> 3.0)
6251
em-websocket (~> 0.5)
6352
i18n (~> 1.0)
6453
jekyll-sass-converter (>= 2.0, < 4.0)
6554
jekyll-watch (~> 2.0)
66-
json (~> 2.6)
6755
kramdown (~> 2.3, >= 2.3.1)
6856
kramdown-parser-gfm (~> 1.0)
6957
liquid (~> 4.0)
70-
mercenary (~> 0.3, >= 0.3.6)
58+
mercenary (>= 0.3.6, < 0.5)
7159
pathutil (~> 0.9)
7260
rouge (>= 3.0, < 5.0)
7361
safe_yaml (~> 1.0)
@@ -76,15 +64,14 @@ GEM
7664
jekyll-compose (0.12.0)
7765
jekyll (>= 3.7, < 5.0)
7866
jekyll-paginate (1.1.0)
79-
jekyll-sass-converter (3.1.0)
80-
sass-embedded (~> 1.75)
67+
jekyll-sass-converter (3.0.0)
68+
sass-embedded (~> 1.54)
8169
jekyll-seo-tag (2.8.0)
8270
jekyll (>= 3.8, < 5.0)
8371
jekyll-sitemap (1.4.0)
8472
jekyll (>= 3.7, < 5.0)
8573
jekyll-watch (2.2.1)
8674
listen (~> 3.0)
87-
json (2.12.2)
8875
kramdown (2.5.1)
8976
rexml (>= 3.3.9)
9077
kramdown-parser-gfm (1.1.0)
@@ -96,54 +83,60 @@ GEM
9683
mercenary (0.4.0)
9784
pathutil (0.16.2)
9885
forwardable-extended (~> 2.6)
99-
public_suffix (6.0.2)
100-
rake (13.3.0)
86+
public_suffix (6.0.1)
87+
rake (13.2.1)
10188
rb-fsevent (0.11.2)
10289
rb-inotify (0.11.1)
10390
ffi (~> 1.0)
104-
rexml (3.4.1)
105-
rouge (4.5.2)
91+
rexml (3.4.0)
92+
rouge (4.5.1)
10693
safe_yaml (1.0.5)
107-
sass-embedded (1.89.1)
108-
google-protobuf (~> 4.31)
94+
sass-embedded (1.83.4)
95+
google-protobuf (~> 4.29)
10996
rake (>= 13)
110-
sass-embedded (1.89.1-aarch64-linux-android)
111-
google-protobuf (~> 4.31)
112-
sass-embedded (1.89.1-aarch64-linux-gnu)
113-
google-protobuf (~> 4.31)
114-
sass-embedded (1.89.1-aarch64-linux-musl)
115-
google-protobuf (~> 4.31)
116-
sass-embedded (1.89.1-arm-linux-androideabi)
117-
google-protobuf (~> 4.31)
118-
sass-embedded (1.89.1-arm-linux-gnueabihf)
119-
google-protobuf (~> 4.31)
120-
sass-embedded (1.89.1-arm-linux-musleabihf)
121-
google-protobuf (~> 4.31)
122-
sass-embedded (1.89.1-arm64-darwin)
123-
google-protobuf (~> 4.31)
124-
sass-embedded (1.89.1-riscv64-linux-android)
125-
google-protobuf (~> 4.31)
126-
sass-embedded (1.89.1-riscv64-linux-gnu)
127-
google-protobuf (~> 4.31)
128-
sass-embedded (1.89.1-riscv64-linux-musl)
129-
google-protobuf (~> 4.31)
130-
sass-embedded (1.89.1-x86_64-darwin)
131-
google-protobuf (~> 4.31)
132-
sass-embedded (1.89.1-x86_64-linux-android)
133-
google-protobuf (~> 4.31)
134-
sass-embedded (1.89.1-x86_64-linux-gnu)
135-
google-protobuf (~> 4.31)
136-
sass-embedded (1.89.1-x86_64-linux-musl)
137-
google-protobuf (~> 4.31)
97+
sass-embedded (1.83.4-aarch64-linux-android)
98+
google-protobuf (~> 4.29)
99+
sass-embedded (1.83.4-aarch64-linux-gnu)
100+
google-protobuf (~> 4.29)
101+
sass-embedded (1.83.4-aarch64-linux-musl)
102+
google-protobuf (~> 4.29)
103+
sass-embedded (1.83.4-aarch64-mingw-ucrt)
104+
google-protobuf (~> 4.29)
105+
sass-embedded (1.83.4-arm-linux-androideabi)
106+
google-protobuf (~> 4.29)
107+
sass-embedded (1.83.4-arm-linux-gnueabihf)
108+
google-protobuf (~> 4.29)
109+
sass-embedded (1.83.4-arm-linux-musleabihf)
110+
google-protobuf (~> 4.29)
111+
sass-embedded (1.83.4-arm64-darwin)
112+
google-protobuf (~> 4.29)
113+
sass-embedded (1.83.4-riscv64-linux-android)
114+
google-protobuf (~> 4.29)
115+
sass-embedded (1.83.4-riscv64-linux-gnu)
116+
google-protobuf (~> 4.29)
117+
sass-embedded (1.83.4-riscv64-linux-musl)
118+
google-protobuf (~> 4.29)
119+
sass-embedded (1.83.4-x86_64-cygwin)
120+
google-protobuf (~> 4.29)
121+
sass-embedded (1.83.4-x86_64-darwin)
122+
google-protobuf (~> 4.29)
123+
sass-embedded (1.83.4-x86_64-linux-android)
124+
google-protobuf (~> 4.29)
125+
sass-embedded (1.83.4-x86_64-linux-gnu)
126+
google-protobuf (~> 4.29)
127+
sass-embedded (1.83.4-x86_64-linux-musl)
128+
google-protobuf (~> 4.29)
138129
terminal-table (3.0.2)
139130
unicode-display_width (>= 1.1.1, < 3)
140131
unicode-display_width (2.6.0)
141132
webrick (1.8.2)
142133

143134
PLATFORMS
135+
aarch64-linux
144136
aarch64-linux-android
145137
aarch64-linux-gnu
146138
aarch64-linux-musl
139+
aarch64-mingw-ucrt
147140
arm-linux-androideabi
148141
arm-linux-gnu
149142
arm-linux-gnueabihf
@@ -154,9 +147,15 @@ PLATFORMS
154147
riscv64-linux-gnu
155148
riscv64-linux-musl
156149
ruby
150+
x86-cygwin
151+
x86-linux
152+
x86-linux-android
157153
x86-linux-gnu
158154
x86-linux-musl
155+
x86-mingw-ucrt
156+
x86_64-cygwin
159157
x86_64-darwin
158+
x86_64-linux
160159
x86_64-linux-android
161160
x86_64-linux-gnu
162161
x86_64-linux-musl
@@ -165,12 +164,12 @@ DEPENDENCIES
165164
base64
166165
bigdecimal
167166
csv
168-
jekyll (~> 4.4.1)
167+
jekyll (~> 4.3.3)
169168
jekyll-compose
170169
jekyll-paginate
171170
jekyll-seo-tag
172171
jekyll-sitemap
173172
webrick (~> 1.8.2)
174173

175174
BUNDLED WITH
176-
2.6.9
175+
2.5.14

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Install bundler using the same version as specified at the end of the
3636
`Gemfile.lock` file in the project root:
3737

3838
```bash
39-
gem install bundler -v '=2.6.9'
39+
gem install bundler -v '=2.5.14'
4040
```
4141

4242
Install gems for site:
@@ -53,19 +53,7 @@ brew install netlify-cli
5353

5454
### Run server
5555

56-
Run the server with script:
57-
58-
```bash
59-
./jekyllRun.sh
60-
```
61-
62-
Also supports for flags to passed to Jekyll:
63-
64-
```bash
65-
./jekyllRun.sh --future
66-
```
67-
68-
Alternatively, run the server using Netlify Dev:
56+
Run server using Netlify Dev:
6957

7058
```bash
7159
netlify dev

0 commit comments

Comments
 (0)