Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

Commit

Permalink
Revert "Revert "Use ActiveSupport Hash#deep_merge" (#111)"
Browse files Browse the repository at this point in the history
This reverts commit 3135c0d.

Closes #114.

Signed-off-by: Michka Popoff <michkapopoff@gmail.com>
  • Loading branch information
iMichka committed Sep 28, 2018
1 parent 1ea68d2 commit 56e64bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/brew-test-bot.rb
Expand Up @@ -1367,7 +1367,7 @@ def test_ci_upload(tap)

json_files = Dir.glob("*.bottle.json")
bottles_hash = json_files.reduce({}) do |hash, json_file|
deep_merge_hashes hash, JSON.parse(IO.read(json_file))
hash.deep_merge(JSON.parse(IO.read(json_file)))
end

if ARGV.include?("--dry-run")
Expand Down

0 comments on commit 56e64bc

Please sign in to comment.