-
Notifications
You must be signed in to change notification settings - Fork 19
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
Upgrade rails to v7 #270
Upgrade rails to v7 #270
Conversation
The regexp now requires that after the comma there is "zero or more" spaces followed by either a single or double quote, _then_ zero or more of our specific characters that could be used in a version constraint. This fix is needed because Rails 7 now doesn't require `bootsnap`, meaning we'd end up creating an invalid Gemfile by inserting `gem "bootsnap", require, require: false`.
8c34442
to
702c6c8
Compare
❤️ your work on this @emre-simtay |
702c6c8
to
8e0e8c7
Compare
I'm seeing test failures locally which aren't happening in CI. I have created PR #271 to explore this. |
* Update node & ruby versions in CI to latest stable * Use ruby 3.0 because brakeman does not support 3.1 yet * Fix hash syntax for ruby 3.0 * Stop failing code coverage based on almost empty default Rails files
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 stuff.
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.
Looks good - got two minor changes I'd like to see, but shouldn't be blocking.
Closes #268