File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ COPY lib/kamal/version.rb /kamal/lib/kamal/version.rb
15
15
# Install system dependencies
16
16
RUN apk add --no-cache build-base git docker openrc openssh-client-default yaml-dev \
17
17
&& rc-update add docker boot \
18
- && gem install bundler --version=2.4.3 \
18
+ && gem install bundler --version=2.6.5 \
19
19
&& bundle install
20
20
21
21
# Copy the rest of our application code into the container.
Original file line number Diff line number Diff line change 48
48
ast (2.4.2 )
49
49
base64 (0.2.0 )
50
50
bcrypt_pbkdf (1.1.1 )
51
- bcrypt_pbkdf (1.1.1-arm64-darwin )
52
- bcrypt_pbkdf (1.1.1-x86_64-darwin )
53
51
benchmark (0.4.0 )
54
52
bigdecimal (3.1.8 )
55
53
builder (3.3.0 )
84
82
net-sftp (4.0.0 )
85
83
net-ssh (>= 5.0.0 , < 8.0.0 )
86
84
net-ssh (7.3.0 )
87
- nokogiri (1.17.2-arm64-darwin )
85
+ nokogiri (1.18.3-aarch64-linux-musl )
88
86
racc (~> 1.4 )
89
- nokogiri (1.17.2-x86_64 -darwin )
87
+ nokogiri (1.18.3-arm64 -darwin )
90
88
racc (~> 1.4 )
91
- nokogiri (1.17.2-x86_64-linux )
89
+ nokogiri (1.18.3-x86_64-darwin )
90
+ racc (~> 1.4 )
91
+ nokogiri (1.18.3-x86_64-linux-gnu )
92
+ racc (~> 1.4 )
93
+ nokogiri (1.18.3-x86_64-linux-musl )
92
94
racc (~> 1.4 )
93
95
ostruct (0.6.1 )
94
96
parallel (1.26.3 )
177
179
zeitwerk (2.7.1 )
178
180
179
181
PLATFORMS
182
+ aarch64-linux-musl
180
183
arm64-darwin
181
184
x86_64-darwin
182
185
x86_64-linux
186
+ x86_64-linux-musl
183
187
184
188
DEPENDENCIES
185
189
debug
@@ -189,4 +193,4 @@ DEPENDENCIES
189
193
rubocop-rails-omakase
190
194
191
195
BUNDLED WITH
192
- 2.4.3
196
+ 2.6.5
You can’t perform that action at this time.
0 commit comments