Skip to content
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

[CI][Ruby] Test jobs for ruby and C-Glib fail on Ubuntu to install bundler #39421

Closed
raulcd opened this issue Jan 2, 2024 · 0 comments · Fixed by #39422
Closed

[CI][Ruby] Test jobs for ruby and C-Glib fail on Ubuntu to install bundler #39421

raulcd opened this issue Jan 2, 2024 · 0 comments · Fixed by #39422

Comments

@raulcd
Copy link
Member

raulcd commented Jan 2, 2024

Describe the bug, including details regarding any error messages, version, and platform.

The jobs for:

Have been failing for some weeks with the following:

14.92 ERROR:  Error installing bundler:
14.92 	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.92 	bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.0.0.

Component(s)

Continuous Integration, Ruby

@raulcd raulcd added this to the 15.0.0 milestone Jan 2, 2024
raulcd added a commit that referenced this issue Jan 4, 2024
…st-c-glib nightly jobs (#39422)

### Rationale for this change
CI Jobs for Ruby and c-glib are failing on Ubuntu due to bundler failing to install on old Ruby.

### What changes are included in this PR?

Use Ubuntu 22.04 on those jobs.

### Are these changes tested?

Via Archery

### Are there any user-facing changes?
No
* Closes: #39421

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
clayburn pushed a commit to clayburn/arrow that referenced this issue Jan 23, 2024
…and test-c-glib nightly jobs (apache#39422)

### Rationale for this change
CI Jobs for Ruby and c-glib are failing on Ubuntu due to bundler failing to install on old Ruby.

### What changes are included in this PR?

Use Ubuntu 22.04 on those jobs.

### Are these changes tested?

Via Archery

### Are there any user-facing changes?
No
* Closes: apache#39421

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
…and test-c-glib nightly jobs (apache#39422)

### Rationale for this change
CI Jobs for Ruby and c-glib are failing on Ubuntu due to bundler failing to install on old Ruby.

### What changes are included in this PR?

Use Ubuntu 22.04 on those jobs.

### Are these changes tested?

Via Archery

### Are there any user-facing changes?
No
* Closes: apache#39421

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this issue Feb 28, 2024
…and test-c-glib nightly jobs (apache#39422)

### Rationale for this change
CI Jobs for Ruby and c-glib are failing on Ubuntu due to bundler failing to install on old Ruby.

### What changes are included in this PR?

Use Ubuntu 22.04 on those jobs.

### Are these changes tested?

Via Archery

### Are there any user-facing changes?
No
* Closes: apache#39421

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment