tdmalone / statuspage-to-slack

Convert Atlassian Statuspage.io webhooks into Slack messages.
7 stars 5 forks source link

update rest-client https://github.com/rest-client/rest-client/issues/612 #1

Closed riltsken closed 5 years ago

riltsken commented 5 years ago
app web.1 - - 2019-01-03 20:13:06 - KeyError - key not found: :ciphers:
app web.1 - - /app/vendor/bundle/ruby/2.4.0/gems/rest-client-2.0.0/lib/restclient/request.rb:198:in `fetch'
app web.1 - - /app/vendor/bundle/ruby/2.4.0/gems/rest-client-2.0.0/lib/restclient/request.rb:198:in `initialize'
app web.1 - - /app/vendor/bundle/ruby/2.4.0/gems/rest-client-2.0.0/lib/restclient/request.rb:52:in `new'
app web.1 - - /app/vendor/bundle/ruby/2.4.0/gems/rest-client-2.0.0/lib/restclient/request.rb:52:in `execute'
app web.1 - - /app/vendor/bundle/ruby/2.4.0/gems/rest-client-2.0.0/lib/restclient.rb:71:in `post'
app web.1 - - config.ru:18:in `block in <class:SlackStatuspageApp>'

Was getting this error https://github.com/rest-client/rest-client/issues/612 when running the app recently. Updated gem lockfile as it seems rest-client had a fix from 2.0.0 to 2.0.1 that resolved it.

tdmalone commented 5 years ago

Thanks for the PR!