Skip to content

Commit

Permalink
Require ActiveSupport's reverse_merge
Browse files Browse the repository at this point in the history
Fixes "undefined method `reverse_merge`" on hash
  • Loading branch information
ramontayag committed May 25, 2019
1 parent 39959a2 commit 573dbc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kubernetes-deploy.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/hash/reverse_merge'
require 'active_support/core_ext/hash/slice'
require 'active_support/core_ext/numeric/time'
require 'active_support/core_ext/string/inflections'
Expand Down

0 comments on commit 573dbc4

Please sign in to comment.