File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ gem "cssbundling-rails"
21
21
gem "importmap-rails" , ">= 1.2.3"
22
22
gem "tailwindcss-rails"
23
23
gem "dartsass-rails"
24
+ gem "kamal"
24
25
# require: false so bcrypt is loaded only when has_secure_password is used.
25
26
# This is to avoid Active Model (and by extension the entire framework)
26
27
# being dependent on a binary library.
Original file line number Diff line number Diff line change 158
158
dante (> 0.1.5 )
159
159
base64 (0.2.0 )
160
160
bcrypt (3.1.20 )
161
+ bcrypt_pbkdf (1.1.0 )
161
162
beaneater (1.1.3 )
162
163
bigdecimal (3.1.5 )
163
164
bindex (0.8.1 )
205
206
delayed_job (>= 3.0 , < 5 )
206
207
digest-crc (0.6.5 )
207
208
rake (>= 12.0.0 , < 14.0.0 )
209
+ dotenv (2.8.1 )
208
210
drb (2.2.0 )
209
211
ruby2_keywords
212
+ ed25519 (1.3.0 )
210
213
erubi (1.12.0 )
211
214
et-orbi (1.2.7 )
212
215
tzinfo
300
303
railties (>= 6.0.0 )
301
304
json (2.7.1 )
302
305
jwt (2.7.1 )
306
+ kamal (1.5.2 )
307
+ activesupport (>= 7.0 )
308
+ base64 (~> 0.2 )
309
+ bcrypt_pbkdf (~> 1.0 )
310
+ concurrent-ruby (~> 1.2 )
311
+ dotenv (~> 2.8 )
312
+ ed25519 (~> 1.2 )
313
+ net-ssh (~> 7.0 )
314
+ sshkit (~> 1.21 )
315
+ thor (~> 1.2 )
316
+ zeitwerk (~> 2.5 )
303
317
kramdown (2.4.0 )
304
318
rexml
305
319
kramdown-parser-gfm (1.1.0 )
349
363
msgpack (1.7.2 )
350
364
multi_json (1.15.0 )
351
365
multipart-post (2.3.0 )
366
+ mutex_m (0.2.0 )
352
367
mysql2 (0.5.6 )
353
368
net-http-persistent (4.0.2 )
354
369
connection_pool (~> 2.2 )
359
374
net-protocol
360
375
net-protocol (0.2.2 )
361
376
timeout
377
+ net-scp (4.0.0 )
378
+ net-ssh (>= 2.6.5 , < 8.0.0 )
379
+ net-sftp (4.0.0 )
380
+ net-ssh (>= 5.0.0 , < 8.0.0 )
362
381
net-smtp (0.4.0 )
363
382
net-protocol
383
+ net-ssh (7.2.3 )
364
384
nio4r (2.7.0 )
365
385
nokogiri (1.16.0 )
366
386
mini_portile2 (~> 2.8.2 )
532
552
mini_portile2 (~> 2.8.0 )
533
553
sqlite3 (2.0.0-x86_64-darwin )
534
554
sqlite3 (2.0.0-x86_64-linux-gnu )
555
+ sshkit (1.22.2 )
556
+ base64
557
+ mutex_m
558
+ net-scp (>= 1.1.2 )
559
+ net-sftp (>= 2.1.2 )
560
+ net-ssh (>= 2.8.0 )
535
561
stackprof (0.2.25 )
536
562
stimulus-rails (1.3.0 )
537
563
railties (>= 6.0.0 )
@@ -613,6 +639,7 @@ DEPENDENCIES
613
639
jbuilder
614
640
jsbundling-rails
615
641
json (>= 2.0.0 , != 2.7.0 )
642
+ kamal
616
643
launchy
617
644
libxml-ruby
618
645
listen (~> 3.3 )
You can’t perform that action at this time.
0 commit comments