Closed jatindhankhar closed 2 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 :)
cc - @pokonski
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!
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 :)
cc - @pokonski