-
Notifications
You must be signed in to change notification settings - Fork 14
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
Allow rails 7 gems in gemspec #43
Conversation
f514b76
to
24f59e9
Compare
24f59e9
to
e0a10cc
Compare
Note, we only use activesupport for Time.current and symbolize_keys. |
@@ -12,13 +12,12 @@ jobs: | |||
strategy: | |||
matrix: | |||
ruby-version: | |||
- '2.5' | |||
- '2.6' | |||
- '2.7' | |||
- '3.0' |
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.
Should this also add ruby 3.1?
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.
yeah, I was debating it in all my prs and didn't in some. I can add it. I should probably circle around and do it for all of them that are standalone.
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.
good call, tests are broken on ruby 3.1
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.
fixed
Allow rails 7 gems in gemspec