Update to Ruby 2.5.1
Ninguém assumiu esta issue ainda.
Avaliação
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Facilidade para iniciantes
- 48/100
- Tipo de issue
- Refatoração
- Clareza
- Claramente especificada
- Status de atividade
- Estagnada
- Stack de tecnologia
- ruby
- Domínio
- build-system
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Descrição
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-versionfile of this project. - Install the
bundlergem for that version:gem install bundler. - Run
bundle installand 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!
- find a conservative version of the gem that works and update the
- When you are finished, push your branch and submit a PR with your changes.
- Linguagem predominante
- JavaScript
- Estrelas
- 268
- Forks
- 240
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Mais de codebar/tutorials
-
Dificuldade 1/5 Menos de uma hora Facilidade para iniciantes 75/100
-
Dificuldade 3/5 1-2 dias Facilidade para iniciantes 62/100
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 25/100
-
Dificuldade 3/5 1-2 dias Facilidade para iniciantes 25/100
-
Dificuldade 1/5 Menos de uma hora Facilidade para iniciantes 45/100
Todas as issues de codebar/tutorials
Issues semelhantes
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 70/100
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 75/100
mksglu/context-mode#1200 ·
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 75/100
neondatabase/website#5944 ·
-
module: core
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 75/100
bigbluebutton/bigbluebutton#25849 ·
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 75/100
jaegertracing/jaeger-ui#4506 ·