Add a missing base64 require.
Also, prepare for the moving of base64 from default to a bundled gem in ruby 3.4.
This commit is contained in:
@@ -3,6 +3,7 @@ PATH
|
||||
specs:
|
||||
kamal (1.3.0)
|
||||
activesupport (>= 7.0)
|
||||
base64 (~> 0.2)
|
||||
bcrypt_pbkdf (~> 1.0)
|
||||
concurrent-ruby (~> 1.2)
|
||||
dotenv (~> 2.8)
|
||||
|
||||
Reference in New Issue
Block a user