Skip to content

Commit

Permalink
Require json
Browse files Browse the repository at this point in the history
  • Loading branch information
chubchenko committed Nov 1, 2021
1 parent 48c04cb commit bc6b989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/capistrano/slacky/payload.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
module Capistrano
module Slacky
class Payload
require "json"

def initialize(env:, action:)
@env = env
@action = action
Expand Down

0 comments on commit bc6b989

Please sign in to comment.