diff --git a/announcement.gemspec b/announcement.gemspec index 4051c3b..c8bcb85 100644 --- a/announcement.gemspec +++ b/announcement.gemspec @@ -264,7 +264,7 @@ if bundle_update_flag v["options"].delete "pool_size" end if !v["options"].nil? && v["options"]["read"].class == String - v["options"]["read"] = {mode: v["options"]["read"]} + v["options"]["read"] = {"mode"=> v["options"]["read"]} end end end