Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Please Drop ruby 3.2 support

Open Beginner friendly
#28,001 0 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
70/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Active
Tech stack
ruby
Domain
ci-cd, tooling

Research direction

Look for the CI configuration file (likely .github/workflows/ci.yml or similar) and the gem's .gemspec or Gemfile where Ruby version constraints are specified. Remove '3.2' from the CI matrix and update any version constraints. Verify the change by checking if CI passes for the remaining Ruby versions (3.4, 4.0).

Written by the indexing model from the issue text.

Description

Ruby 3.2 is past EOL and contains bugs.

This gem depends on many other gems, and keeping Ruby 3.2 support means keeping compatibility constraints across the whole dependency tree.

We should remove Ruby 3.2 from the CI matrix so my co-maintainer @apotonick can finally stop building gems that support Ruby versions from before Bitcoin was invented.

Personally i will keep just 3.4 and 4.0. or just 4.0.

Dominant language
Ruby
Stars
2.9k
Forks
888
Avg merge
8m
Merged PRs (30d)
242

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from googleapis/google-api-ruby-client

All issues in googleapis/google-api-ruby-client

Similar issues

More Ruby issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.