Thanks for the gem. :smiley: One of the RollBar endpoint i want to hit with this gem expects an array of data posted to it.. this seems to cause an error ``` rules = [ { "trigger" => "deploy", "filters" => [ { "type" => "environment", "operation" => "eq", "value" => "production" } ] } ] project.put("/api/1/notifications/slack/rules", rules) ``` `TypeError: no implicit conversion of Symbol into Integer` Am i using the gem wrong?.. anything I can do to get around the problem?
Thanks for the gem. 😃
One of the RollBar endpoint i want to hit with this gem expects an array of data posted to it.. this seems to cause an error
TypeError: no implicit conversion of Symbol into IntegerAm i using the gem wrong?.. anything I can do to get around the problem?