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

Commit

Permalink
Revert "Use ActiveSupport Hash#deep_merge" (#111)
Browse files Browse the repository at this point in the history
This reverts commit d882cd4.
  • Loading branch information
iMichka committed Sep 18, 2018
1 parent 34dcf0e commit 3135c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/brew-test-bot.rb
Expand Up @@ -1384,7 +1384,7 @@ def test_ci_upload(tap)

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

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

0 comments on commit 3135c0d

Please sign in to comment.