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
I'm unable to update the gem 5.2.6 version due to this line in the gemspec:
5.2.6
s.add_runtime_dependency 'activesupport', '< 5.0', '>= 3.0'
This seems to have been changed between commits bb6c7ba and 9deae35
Using rails 5.0.0.1 on bundle update, I'm getting this error:
rails 5.0.0.1
bundle update
airborne (= 0.2.6) was resolved to 0.2.6, which depends on activesupport (< 5.0, >= 3.0)
The text was updated successfully, but these errors were encountered:
Loosen gemspec, allow usage with rails 5. Fixes brooklynDev#112
b2cf48a
No branches or pull requests
I'm unable to update the gem
5.2.6
version due to this line in the gemspec:s.add_runtime_dependency 'activesupport', '< 5.0', '>= 3.0'
This seems to have been changed between commits bb6c7ba and
9deae35
Using
rails 5.0.0.1
onbundle update
, I'm getting this error:The text was updated successfully, but these errors were encountered: