-
-
Notifications
You must be signed in to change notification settings - Fork 633
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
Update Ruby Dependencies #1595
Update Ruby Dependencies #1595
Conversation
1833503
to
270507e
Compare
25ae017
to
bbb41bf
Compare
784ab96
to
891bf53
Compare
891bf53
to
d7ec85e
Compare
@@ -3,7 +3,7 @@ version: 2 | |||
|
|||
aliases: | |||
- &docker-image | |||
- image: circleci/ruby:2.7-node-browsers | |||
- image: circleci/ruby:3.0-node-browsers |
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.
is 3.0 the newest
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.
Do we use circleci for ROR at all?
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.
No, but good to have the example file.
gem "bootsnap", require: false | ||
gem "rails", "~> 7.0", ">= 7.0.1" | ||
gem "rails", "~> 7.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.
any updates needed for the Rails upgrade?
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.
I didn't notice anything to apply to this project.
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.
LGTM
This change is