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:
@@ -1,5 +1,6 @@
|
||||
require "active_support/duration"
|
||||
require "time"
|
||||
require "base64"
|
||||
|
||||
class Kamal::Commands::Lock < Kamal::Commands::Base
|
||||
def acquire(message, version)
|
||||
|
||||
Reference in New Issue
Block a user