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

Allow rails 7 gems in gemspec #43

Merged
merged 4 commits into from
Feb 5, 2024
Merged

Conversation

jrafanie
Copy link
Member

Allow rails 7 gems in gemspec

@jrafanie jrafanie requested a review from Fryguy as a code owner January 12, 2024 21:17
@jrafanie
Copy link
Member Author

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'
Copy link
Member

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?

Copy link
Member Author

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.

Copy link
Member Author

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

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

@kbrock kbrock merged commit 5b98886 into ManageIQ:master Feb 5, 2024
10 checks passed
@jrafanie jrafanie deleted the allow_rails_7 branch February 5, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants