Skip to content

upgrade ruby and bundler version#2917

Merged
sensuikan1973 merged 1 commit into
mainfrom
upgrade_ruby_and_bundler_version
Apr 21, 2026
Merged

upgrade ruby and bundler version#2917
sensuikan1973 merged 1 commit into
mainfrom
upgrade_ruby_and_bundler_version

Conversation

@sensuikan1973

Copy link
Copy Markdown
Owner

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the .ruby-version file from 4.0.2 to 4.0.3. Feedback indicates that 4.0.3 is not a valid Ruby version, as the language is currently in the 3.x series, and using an invalid version will cause environment managers to fail.

Comment thread .ruby-version
@@ -1 +1 @@
4.0.2
4.0.3

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

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

codecov Bot commented Apr 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.13%. Comparing base (67e06a5) to head (64fc08f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2917   +/-   ##
=======================================
  Coverage   94.13%   94.13%           
=======================================
  Files          52       52           
  Lines        1483     1483           
=======================================
  Hits         1396     1396           
  Misses         87       87           
Flag Coverage Δ
integration_test 64.93% <ø> (+0.40%) ⬆️
macos-latest 90.22% <ø> (+0.96%) ⬆️
ubuntu 93.59% <ø> (ø)
widget_test 90.28% <ø> (ø)
windows 93.45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sensuikan1973 sensuikan1973 merged commit 3fe8b65 into main Apr 21, 2026
24 checks passed
@sensuikan1973 sensuikan1973 deleted the upgrade_ruby_and_bundler_version branch April 21, 2026 21:37
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.

1 participant