aki017 / slack-ruby-gem

A Ruby wrapper for the Slack API
MIT License
242 stars 79 forks source link

Updated runtime dependencies #50

Closed tsutsui closed 7 years ago

tsutsui commented 7 years ago

The latest version of faye-websocket is 0.10.6 and faraday_middleware has newer 0.11.0.1, but slack.gemspec explicitly specify older versions in runtime dependencies. It looks slack-api works with these latest versions, at least with https://github.com/Na0ki/mikutter_slack . Is it possible to update slack.gemspec to accept these newer gems?

aki017 commented 7 years ago

Updated dev branch, Release in a few days with more testing. https://github.com/aki017/slack-ruby-gem/commit/626dc1f5a45baee099c85a44be49138b712a4875 Thanks