chaps-io / gush

Fast and distributed workflow runner using ActiveJob and Redis
MIT License
1.03k stars 103 forks source link

Update Gem on RubyGems #77

Closed jatindhankhar closed 2 years ago

jatindhankhar commented 4 years ago

The recent commit (https://github.com/chaps-io/gush/commit/609f19d47042a37c33d21997d1cde8947ab021c0) bumped the activejob dependency which allows it to work with rails 6+.

However this commit is not present on the latest gem available RubyGems. This throws dependency issue with activejob while using the gem directly from rubygems.

gem 'gush', '~> 2.0', '>= 2.0.1'

Workaround is to specify the git commit

gem 'gush', github: 'chaps-io/gush', ref: '609f19d47042a37c33d21997d1cde8947ab021c0'

Please update the gem on rubygems :)

Screenshot 2020-03-17 at 3 34 10 PM

cc - @pokonski

katzj commented 3 years ago

Any chance of getting an updated gem pushed here?

kbarrette commented 3 years ago

@pokonski any news on a release for this?

pokonski commented 2 years ago

2.0.2 is released, apologies for the massive delay!