chaps-io/gush

Update Gem on RubyGems

jatindhankhar opened this issue ยท 3 comments

The recent commit (609f19d) 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

Any chance of getting an updated gem pushed here?

@pokonski any news on a release for this?

2.0.2 is released, apologies for the massive delay!