You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu 20.04 ships Ruby 2.7 but it reached EOL.
The latest Bundler (2.5.0 or later) requires Ruby 3.0 or later.
So Ubuntu 20.04 based CI started failing:
> [4/6] RUN (python3 -m pip install meson || python3 -m pip install --no-use-pep517 meson) && gem install --no-document bundler:
1.137 Collecting meson
1.154 Downloading meson-1.3.0-py3-none-any.whl (976 kB)
1.342 Installing collected packages: meson
1.949 Successfully installed meson-1.3.0
14.17 ERROR: Error installing bundler:
14.17 The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22`
14.17 bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.0.0.
Component(s)
Continuous Integration, GLib, Ruby
The text was updated successfully, but these errors were encountered:
### Rationale for this change
Ubuntu 20.04 ships Ruby 2.7 but it reached EOL.
Bundler 2.5.0 or later requires Ruby 3.0 or later.
### What changes are included in this PR?
Use Ubuntu 22.04 that ships Ruby 3.0.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: #39246
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…9247)
### Rationale for this change
Ubuntu 20.04 ships Ruby 2.7 but it reached EOL.
Bundler 2.5.0 or later requires Ruby 3.0 or later.
### What changes are included in this PR?
Use Ubuntu 22.04 that ships Ruby 3.0.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: apache#39246
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…9247)
### Rationale for this change
Ubuntu 20.04 ships Ruby 2.7 but it reached EOL.
Bundler 2.5.0 or later requires Ruby 3.0 or later.
### What changes are included in this PR?
Use Ubuntu 22.04 that ships Ruby 3.0.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: apache#39246
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the enhancement requested
Ubuntu 20.04 ships Ruby 2.7 but it reached EOL.
The latest Bundler (2.5.0 or later) requires Ruby 3.0 or later.
So Ubuntu 20.04 based CI started failing:
https://github.com/apache/arrow/actions/runs/7213005824/job/19706399760#step:6:5631
Component(s)
Continuous Integration, GLib, Ruby
The text was updated successfully, but these errors were encountered: