Update to Ruby 2.5.1

Aperta
#401 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
48/100
Tipo di issue
Refactoring
Chiarezza
Specificata chiaramente
Stato di attività
Ferma
Stack tecnologico
ruby
Ambito
build-system

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.
Lingua principale
JavaScript
Stelle
268
Fork
240
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di codebar/tutorials

Tutte le issue di codebar/tutorials

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.