Skip to content

Commit c449f6b

Browse files
Bump kamal from 2.4.0 to 2.5.3
Bumps [kamal](https://github.com/basecamp/kamal) from 2.4.0 to 2.5.3. - [Release notes](https://github.com/basecamp/kamal/releases) - [Commits](basecamp/kamal@v2.4.0...v2.5.3) --- updated-dependencies: - dependency-name: kamal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5012b4d commit c449f6b

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

Gemfile.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ GEM
7676
public_suffix (>= 2.0.2, < 7.0)
7777
ast (2.4.2)
7878
base64 (0.2.0)
79+
bcrypt_pbkdf (1.1.1)
7980
bcrypt_pbkdf (1.1.1-x64-mingw-ucrt)
8081
benchmark (0.4.0)
8182
bigdecimal (3.1.9)
@@ -95,8 +96,8 @@ GEM
9596
regexp_parser (>= 1.5, < 3.0)
9697
xpath (~> 3.2)
9798
chronic (0.10.2)
98-
concurrent-ruby (1.3.4)
99-
connection_pool (2.4.1)
99+
concurrent-ruby (1.3.5)
100+
connection_pool (2.5.0)
100101
crass (1.0.6)
101102
date (3.4.1)
102103
debug (1.10.0)
@@ -113,7 +114,7 @@ GEM
113114
raabro (~> 1.4)
114115
globalid (1.2.1)
115116
activesupport (>= 6.1)
116-
i18n (1.14.6)
117+
i18n (1.14.7)
117118
concurrent-ruby (~> 1.0)
118119
importmap-rails (2.1.0)
119120
actionpack (>= 6.0.0)
@@ -127,7 +128,7 @@ GEM
127128
actionview (>= 5.0.0)
128129
activesupport (>= 5.0.0)
129130
json (2.9.1)
130-
kamal (2.4.0)
131+
kamal (2.5.3)
131132
activesupport (>= 7.0)
132133
base64 (~> 0.2)
133134
bcrypt_pbkdf (~> 1.0)
@@ -139,7 +140,7 @@ GEM
139140
thor (~> 1.3)
140141
zeitwerk (>= 2.6.18, < 3.0)
141142
language_server-protocol (3.17.0.3)
142-
logger (1.6.4)
143+
logger (1.6.6)
143144
loofah (2.23.1)
144145
crass (~> 1.0.2)
145146
nokogiri (>= 1.12.0)
@@ -160,7 +161,7 @@ GEM
160161
net-protocol
161162
net-protocol (0.2.2)
162163
timeout
163-
net-scp (4.0.0)
164+
net-scp (4.1.0)
164165
net-ssh (>= 2.6.5, < 8.0.0)
165166
net-sftp (4.0.0)
166167
net-ssh (>= 5.0.0, < 8.0.0)
@@ -170,6 +171,8 @@ GEM
170171
nio4r (2.7.4)
171172
nokogiri (1.18.0-x64-mingw-ucrt)
172173
racc (~> 1.4)
174+
nokogiri (1.18.0-x86_64-linux-gnu)
175+
racc (~> 1.4)
173176
ostruct (0.6.1)
174177
parallel (1.26.3)
175178
parser (3.3.6.0)
@@ -286,8 +289,10 @@ GEM
286289
railties (>= 7.1)
287290
thor (~> 1.3.1)
288291
sqlite3 (2.5.0-x64-mingw-ucrt)
289-
sshkit (1.23.2)
292+
sqlite3 (2.5.0-x86_64-linux-gnu)
293+
sshkit (1.24.0)
290294
base64
295+
logger
291296
net-scp (>= 1.1.2)
292297
net-sftp (>= 2.1.2)
293298
net-ssh (>= 2.8.0)
@@ -308,7 +313,7 @@ GEM
308313
unicode-display_width (3.1.3)
309314
unicode-emoji (~> 4.0, >= 4.0.4)
310315
unicode-emoji (4.0.4)
311-
uri (1.0.2)
316+
uri (1.0.3)
312317
useragent (0.16.11)
313318
web-console (4.2.1)
314319
actionview (>= 6.0.0)
@@ -323,10 +328,11 @@ GEM
323328
chronic (>= 0.6.3)
324329
xpath (3.2.0)
325330
nokogiri (~> 1.8)
326-
zeitwerk (2.7.1)
331+
zeitwerk (2.7.2)
327332

328333
PLATFORMS
329334
x64-mingw-ucrt
335+
x86_64-linux
330336

331337
DEPENDENCIES
332338
bootsnap

0 commit comments

Comments
 (0)