upgrade ruby and bundler version#2917
Conversation
| @@ -1 +1 @@ | |||
| 4.0.2 | |||
| 4.0.3 | |||
There was a problem hiding this comment.
The version 4.0.3 is not a valid or released version of the Ruby programming language. As of now, Ruby is in the 3.x series (e.g., 3.3.6 or 3.4.1). Specifying a non-existent version in .ruby-version will cause environment managers like rbenv, rvm, or asdf to fail when attempting to install or switch to this version. Additionally, while the PR title mentions upgrading Bundler, there are no changes to Gemfile.lock or other Bundler-related configurations included in this diff.
3.3.6
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2917 +/- ##
=======================================
Coverage 94.13% 94.13%
=======================================
Files 52 52
Lines 1483 1483
=======================================
Hits 1396 1396
Misses 87 87
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Auto-generated by create-pull-request
See: https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs