slack-ruby / slack-ruby-bot-server

A library that enables you to write a complete Slack bot service with Slack button integration, in Ruby.
MIT License
268 stars 74 forks source link

Update README Postgres example for Ruby 3.1 #170

Closed duffn closed 1 year ago

duffn commented 1 year ago

The current example only works with pre 3.1 and pre Psych 4. Upgrade it to work with all versions.

dblock commented 1 year ago

I don't love relying on an exception. Can we do an explicit version check please? Gem::Version.new(...) >= ....

duffn commented 1 year ago

Updated.