Skip to content
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

Add rails 8 support #23

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add rails 8 support #23

wants to merge 1 commit into from

Conversation

svanhesteren
Copy link

No description provided.

@@ -30,10 +30,10 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
spec.add_dependency "activerecord", "~> 7"
spec.add_dependency "activerecord", "~> 8"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make both of these development dependencies instead of runtime dependencies. This gem should work fine even with Rails 6 but you would need to set up Appraisal to run the tests on GH actions for this. If we make AR ~> 8 a hard dependency people won't be able to use Pecorino with Rails 7 anymore.

Alternatively, we can set >= 7, < 9 as constraints?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants