Hello! Thanks for making and maintaining clearbit-slack. I've been updating gemfiles recently in our software stack to keep them current and this has become a blocker on updating other gems.
The slack-notifier version required by clearbit-slack is capped at 1.5.1. This version of slack-notifier is 5 years old. When trying to update to a more current version of the notifier, I get
Bundler could not find compatible versions for gem "slack-notifier":
In Gemfile:
slack-notifier (~> 2.3)
clearbit-slack was resolved to 0.2.2, which depends on
slack-notifier (>= 1.5.1, ~> 1.5.1)
The latest version of slack-notiifer is ~3 years old (2.3.2) (changelog). It looks like the only breaking change is the way defaults are set using a block during initialization.
It would be good if clearbit-slack supported this version. Thanks!
Hello! Thanks for making and maintaining
clearbit-slack. I've been updating gemfiles recently in our software stack to keep them current and this has become a blocker on updating other gems.The slack-notifier version required by
clearbit-slackis capped at1.5.1. This version ofslack-notifieris 5 years old. When trying to update to a more current version of the notifier, I getThe latest version of
slack-notiiferis ~3 years old (2.3.2) (changelog). It looks like the only breaking change is the way defaults are set using a block during initialization.It would be good if
clearbit-slacksupported this version. Thanks!