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

Upgrade celluloid to 0.17.1.1 because 0.16.1 has been yanked #123

Closed rebyn closed 9 years ago

brandonhilkert commented 9 years ago

I think there's more to it than this. Wasn't the pools moved out to a separate gem?

rebyn commented 9 years ago

To be honest I wasn't really sure what I was upgrading celluloid for. Was just trying my luck out with the latest version; my CI has been red lately because 0.16.1 has been yanked.

rebyn commented 9 years ago

My bad. Ruby 2.2.3 does a few weird things on my machine. Closing this PR down, sorry for the attention @brandonhilkert :).

brandonhilkert commented 9 years ago

@rebyn Just released 1.5.1 that requires 0.16.0 of Celluloid. Give that a shot.

rebyn commented 9 years ago

@brandonhilkert works like a charm. Thanks!