Duplicate key warnings with Ruby 2.2.0-rc1

I’m getting a number of warnings that look like this:

(eval):1: warning: duplicated key at line 1 ignored: “resource_type_sim”
(eval):1: warning: duplicated key at line 1 ignored: “creator_sim”
(eval):1: warning: duplicated key at line 1 ignored: “tag_sim”
(eval):1: warning: duplicated key at line 1 ignored: “subject_sim”
(eval):1: warning: duplicated key at line 1 ignored: “language_sim”
(eval):1: warning: duplicated key at line 1 ignored: “based_near_sim”
(eval):1: warning: duplicated key at line 1 ignored: “publisher_sim”

I’m not sure what the warning means or what I should do about it. It
seems
related to [ruby-core:65368] [Bug #10315] Can anyone provide insight?

-Justin

(eval):1: warning: duplicated key at line 1 ignored: “publisher_sim”

I’m not sure what the warning means or what I should do about it. It seems
related to [ruby-core:65368] [Bug #10315] Can anyone provide insight?

my guess (I don’t have a build atm): { “key” => 1, “key” => 2 }