Skip to content

Commit 93a28d3

Browse files
committed
Update bundler install instructions to reference updating bundler version
1 parent 0ccc083 commit 93a28d3

File tree

2 files changed

+22
-74
lines changed

2 files changed

+22
-74
lines changed

Gemfile.lock

Lines changed: 16 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ GEM
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
66
base64 (0.3.0)
7-
bigdecimal (3.2.2)
87
colorator (1.1.0)
98
concurrent-ruby (1.3.5)
109
csv (3.3.5)
@@ -13,44 +12,17 @@ GEM
1312
http_parser.rb (~> 0)
1413
eventmachine (1.2.7)
1514
ffi (1.17.2)
16-
ffi (1.17.2-aarch64-linux-gnu)
15+
ffi (1.17.2-aarch64-linux)
1716
ffi (1.17.2-aarch64-linux-musl)
18-
ffi (1.17.2-arm-linux-gnu)
17+
ffi (1.17.2-arm-linux)
1918
ffi (1.17.2-arm-linux-musl)
2019
ffi (1.17.2-arm64-darwin)
21-
ffi (1.17.2-x86-linux-gnu)
20+
ffi (1.17.2-x86-linux)
2221
ffi (1.17.2-x86-linux-musl)
2322
ffi (1.17.2-x86_64-darwin)
24-
ffi (1.17.2-x86_64-linux-gnu)
23+
ffi (1.17.2-x86_64-linux)
2524
ffi (1.17.2-x86_64-linux-musl)
2625
forwardable-extended (2.6.0)
27-
google-protobuf (4.31.1)
28-
bigdecimal
29-
rake (>= 13)
30-
google-protobuf (4.31.1-aarch64-linux-gnu)
31-
bigdecimal
32-
rake (>= 13)
33-
google-protobuf (4.31.1-aarch64-linux-musl)
34-
bigdecimal
35-
rake (>= 13)
36-
google-protobuf (4.31.1-arm64-darwin)
37-
bigdecimal
38-
rake (>= 13)
39-
google-protobuf (4.31.1-x86-linux-gnu)
40-
bigdecimal
41-
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)
52-
bigdecimal
53-
rake (>= 13)
5426
http_parser.rb (0.8.0)
5527
i18n (1.14.7)
5628
concurrent-ruby (~> 1.0)
@@ -77,8 +49,8 @@ GEM
7749
jekyll (>= 3.7, < 5.0)
7850
jekyll-redirect-from (0.16.0)
7951
jekyll (>= 3.3, < 5.0)
80-
jekyll-sass-converter (3.1.0)
81-
sass-embedded (~> 1.75)
52+
jekyll-sass-converter (2.2.0)
53+
sassc (> 2.0.1, < 3.0)
8254
jekyll-seo-tag (2.8.0)
8355
jekyll (>= 3.8, < 5.0)
8456
jekyll-watch (2.2.1)
@@ -99,68 +71,38 @@ GEM
9971
jekyll-seo-tag (~> 2.1)
10072
pathutil (0.16.2)
10173
forwardable-extended (~> 2.6)
102-
public_suffix (6.0.2)
103-
rake (13.3.0)
74+
public_suffix (5.1.1)
10475
rb-fsevent (0.11.2)
10576
rb-inotify (0.11.1)
10677
ffi (~> 1.0)
10778
rexml (3.4.1)
10879
rouge (4.5.2)
10980
safe_yaml (1.0.5)
110-
sass-embedded (1.89.2)
111-
google-protobuf (~> 4.31)
112-
rake (>= 13)
113-
sass-embedded (1.89.2-aarch64-linux-android)
114-
google-protobuf (~> 4.31)
115-
sass-embedded (1.89.2-aarch64-linux-gnu)
116-
google-protobuf (~> 4.31)
117-
sass-embedded (1.89.2-aarch64-linux-musl)
118-
google-protobuf (~> 4.31)
119-
sass-embedded (1.89.2-arm-linux-androideabi)
120-
google-protobuf (~> 4.31)
121-
sass-embedded (1.89.2-arm-linux-gnueabihf)
122-
google-protobuf (~> 4.31)
123-
sass-embedded (1.89.2-arm-linux-musleabihf)
124-
google-protobuf (~> 4.31)
125-
sass-embedded (1.89.2-arm64-darwin)
126-
google-protobuf (~> 4.31)
127-
sass-embedded (1.89.2-riscv64-linux-android)
128-
google-protobuf (~> 4.31)
129-
sass-embedded (1.89.2-riscv64-linux-gnu)
130-
google-protobuf (~> 4.31)
131-
sass-embedded (1.89.2-riscv64-linux-musl)
132-
google-protobuf (~> 4.31)
133-
sass-embedded (1.89.2-x86_64-darwin)
134-
google-protobuf (~> 4.31)
135-
sass-embedded (1.89.2-x86_64-linux-android)
136-
google-protobuf (~> 4.31)
137-
sass-embedded (1.89.2-x86_64-linux-gnu)
138-
google-protobuf (~> 4.31)
139-
sass-embedded (1.89.2-x86_64-linux-musl)
140-
google-protobuf (~> 4.31)
81+
sassc (2.4.0)
82+
ffi (~> 1.9)
14183
terminal-table (3.0.2)
14284
unicode-display_width (>= 1.1.1, < 3)
14385
unicode-display_width (2.6.0)
14486
webrick (1.9.1)
14587

14688
PLATFORMS
89+
aarch64-linux
14790
aarch64-linux-android
148-
aarch64-linux-gnu
14991
aarch64-linux-musl
92+
arm-linux
93+
arm-linux
15094
arm-linux-androideabi
151-
arm-linux-gnu
152-
arm-linux-gnueabihf
15395
arm-linux-musl
15496
arm-linux-musleabihf
15597
arm64-darwin
98+
riscv64-linux
15699
riscv64-linux-android
157-
riscv64-linux-gnu
158100
riscv64-linux-musl
159-
x86-linux-gnu
101+
x86-linux
160102
x86-linux-musl
161103
x86_64-darwin
104+
x86_64-linux
162105
x86_64-linux-android
163-
x86_64-linux-gnu
164106
x86_64-linux-musl
165107

166108
DEPENDENCIES
@@ -174,4 +116,4 @@ DEPENDENCIES
174116
wdm (~> 0.1)
175117

176118
BUNDLED WITH
177-
2.6.9
119+
2.4.22

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Make sure you have [Ruby](https://www.ruby-lang.org/en/documentation/installatio
1212
gem install bundler
1313
```
1414

15+
If you see that the version of bundler installed is lower than 2.6.9, you may need to update your bundler version:
16+
17+
```sh
18+
bundle update --bundler
19+
```
20+
1521
2. **Install Dependencies**
1622

1723
Navigate to the project directory and install the required gems:

0 commit comments

Comments
 (0)