brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.65k stars 114 forks source link

README still refers to 2.x #243

Closed sshock closed 3 years ago

sshock commented 3 years ago

Should this line in the README.md be updated since sucker_punch is up to 3.x now?

gem 'sucker_punch', '~> 2.0'

Also, maybe a note saying with 3.x no backwards compatibility issues should exist.

brandonhilkert commented 3 years ago

Yeah, feel free to submit a PR. I think the change log supports everything.