We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding gem 'apartment-activejob' to Gemfile then bundle causes:
gem 'apartment-activejob'
bundle
Could not find gem 'apartment-activejob' in any of the gem sources listed in your Gemfile or available on this machine.
Workaround for now (use github as source):
gem 'apartment-activejob', github: 'influitive/apartment-activejob'
The text was updated successfully, but these errors were encountered:
+1 relase please
Sorry, something went wrong.
Need add a version too... Thanks for this gem! 👍
Ummmm?
Anyhow... I've pushed 0.0.1 since I don't need any permission to do that.
No branches or pull requests
Adding
gem 'apartment-activejob'
to Gemfile thenbundle
causes:Workaround for now (use github as source):
gem 'apartment-activejob', github: 'influitive/apartment-activejob'
The text was updated successfully, but these errors were encountered: