Skip to content

Commit ff4d1ad

Browse files
committed
Regenerate Gemfile.lock to fix platform-specific packages
1 parent 1ecffca commit ff4d1ad

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

Gemfile.lock

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,49 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
6-
ethon (0.14.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
ethon (0.16.0)
77
ffi (>= 1.15.0)
8-
ffi (1.15.0)
9-
html-proofer (3.19.1)
8+
ffi (1.17.1)
9+
ffi (1.17.1-arm64-darwin)
10+
ffi (1.17.1-x86_64-darwin)
11+
html-proofer (3.19.4)
1012
addressable (~> 2.3)
1113
mercenary (~> 0.3)
12-
nokogumbo (~> 2.0)
13-
parallel (~> 1.3)
14+
nokogiri (~> 1.13)
15+
parallel (~> 1.10)
1416
rainbow (~> 3.0)
1517
typhoeus (~> 1.3)
1618
yell (~> 2.0)
1719
mercenary (0.4.0)
18-
mini_portile2 (2.6.1)
19-
nokogiri (1.12.5)
20-
mini_portile2 (~> 2.6.1)
20+
mini_portile2 (2.8.8)
21+
nokogiri (1.18.3)
22+
mini_portile2 (~> 2.8.2)
2123
racc (~> 1.4)
22-
nokogiri (1.12.5-x86_64-linux)
24+
nokogiri (1.18.3-arm64-darwin)
2325
racc (~> 1.4)
24-
nokogumbo (2.0.5)
25-
nokogiri (~> 1.8, >= 1.8.4)
26-
parallel (1.20.1)
27-
public_suffix (4.0.6)
28-
racc (1.5.2)
29-
rainbow (3.0.0)
30-
typhoeus (1.4.0)
26+
nokogiri (1.18.3-x86_64-darwin)
27+
racc (~> 1.4)
28+
parallel (1.26.3)
29+
public_suffix (6.0.1)
30+
racc (1.8.1)
31+
rainbow (3.1.1)
32+
typhoeus (1.4.1)
3133
ethon (>= 0.9.0)
3234
yell (2.2.2)
3335

3436
PLATFORMS
35-
aarch64-linux-musl
36-
x86_64-linux
37+
aarch64-linux
38+
arm64-darwin
39+
ruby
40+
x86_64-darwin
3741

3842
DEPENDENCIES
3943
html-proofer (~> 3.19)
4044

4145
RUBY VERSION
42-
ruby 3.1.2
46+
ruby 3.1.2p20
4347

4448
BUNDLED WITH
4549
2.6.5

docker/ruby/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.1.6-slim-bullseye
1+
FROM ruby:3.1.2-slim-bullseye
22

33
RUN apt-get update \
44
&& apt-get install -y \

0 commit comments

Comments
 (0)