-
Notifications
You must be signed in to change notification settings - Fork 375
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 gemfiles #3889
Update gemfiles #3889
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3889 +/- ##
=======================================
Coverage 97.77% 97.77%
=======================================
Files 1286 1286
Lines 77059 77059
Branches 3807 3807
=======================================
Hits 75348 75348
Misses 1711 1711 ☔ View full report in Codecov by Sentry. |
# Example command to create a tar.gz file of modified files | ||
mkdir -p modified_gemfiles | ||
VERSION=${{ matrix.engine.version }} | ||
find . -name "*${VERSION}_rack_*.gemfile" -exec cp --parents {} modified_gemfiles/ \; |
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.
This is hardcoded for now, but will have to modify to loop through list of gems
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.
Nice!
I'm wondering if we can delete the version_updater.rb
as I think all of that is handled in the edge.rake
file?
With respect to:
I would say hold off on getting additional gems working for |
# Instead we conditionally skip it at job level, instead of workflow level. | ||
on: | ||
schedule: | ||
- cron: '0 0 * * 0' # Every Sunday at midnight |
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.
Just want to note to the other Ruby people here that this automation will start running
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.
Awesome!
9e13dd5
to
28b6539
Compare
What does this PR do?
Automates updating all gemfiles with latest versions of gems, a rake task created by @TonyCTHsu in #3916.
This creates the workflow for automatically generated PRs.
Generated PR: #3923
Future items:
Matrixfile
to includelatest
for all gems, beyondstripe
,opensearch
,elasticsearch
.Motivation:
Additional Notes:
How to test the change?
Unsure? Have a question? Request a review!