Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Update to Ruby 2.5.1

Abierto
#401 2 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
48/100
Tipo de issue
Refactorización
Claridad
Bien especificado
Estado de actividad
Estancado
Stack tecnológico
ruby
Área
build-system

Línea de trabajo

Start by checking the .ruby-version file and the current dependency setup. Install Ruby 2.5.1, install Bundler, then run bundle install and the available tests and app as described. Done means the project uses Ruby 2.5.1 and the tests and app still work; update individual gems only if required.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

beginner
WARNING: ruby-2.2.1 is past its end of life and is now unsupported.
It no longer receives bug fixes or critical security updates.

Our current Ruby version is 2.2.1. Switch the Ruby version to 2.5.1

To get started
  • Claim this issue by clicking the "Assignees" cog to the right and assigning yourself
  • Check out our contributing guides
  • You can pair with a coach
Steps for this issue:
  • Install Ruby version 2.5.1 on your local system. How to do this depends on the Ruby version manager that you use. (this is an example for the rbenv manager)
  • Set your Ruby version to 2.5.1. This again depends on your Ruby version manager.
  • Change the Ruby version in the .ruby-version file of this project.
  • Install the bundler gem for that version: gem install bundler.
  • Run bundle install and check that the tests if any and the app work correctly.
  • You may or may not have to upgrade some gems. If you have to, do it one at a time, like this:
    • find a conservative version of the gem that works and update the Gemfile
    • run bundle update GEMNAME
    • run the tests if any, they should be green
    • Run the app, it should work
    • commit!
  • When you are finished, push your branch and submit a PR with your changes.
Lenguaje dominante
JavaScript
Estrellas
268
Forks
240
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de codebar/tutorials

Todos los issues de codebar/tutorials

Issues similares

Más issues de JavaScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.