-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Rails 6.0 #90
Rails 6.0 #90
Conversation
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec| | |||
spec.required_ruby_version = "> 2.4" | |||
spec.files = Dir["{app,config,lib}/**/*"] | |||
|
|||
spec.add_dependency "activesupport", "~> 5.2.4", ">= 5.2.4.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we apply https://github.com/ManageIQ/activerecord-id_regions/pull/18/files#r537735807 here as well?
Allow the next release to support Rails 6.0 applications as well.
Checked commit NickLaMuro@e67100b with ruby 2.6.3, rubocop 0.82.0, haml-lint 0.35.0, and yamllint |
Is this ready to un-wip? |
@bdunne I have some failures in the cross-repo tests that I want to resolve before I commit to this. |
@agrare Can you push a new release to rubygems.org? I'm not an owner on this one. |
Released v2.0.3 with this change |
Links