Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

1K
Visualizações
Bundler conflict requirements for the Ruby version

I installed the rbenv but when try to execute this command bundle install --path vendor/bundle I got an error.

Error:

  Bundler found conflicting requirements for the Ruby version:
  In Gemfile:
    Ruby (~> 2.3.7.0)

    github-pages (~> 212) was resolved to 212, which depends on
      jekyll-feed (= 0.15.1) was resolved to 0.15.1, which depends on
        Ruby (>= 2.4.0)

How do I fix this?

over 4 years ago · Santiago Trujillo
2 Respostas
Responde à pergunta

0

As mentioned in the comments the error is saying you have 2 options, upgrade ruby to a higher version or downgrade the github pages, you mentioned you are using rbenv which is very useful for this scenario. All you need to do is upgrade your ruby version. Go to your project folder and open a terminal then you can do something as follow:

rbenv install x.y.z, where x.y.z is the ruby version you want to install (e.g. 2.4.0), after that all you need to do is specify which version of ruby do you want to use in that project, so in the same terminal run: rbenv local x.y.z. That's it you should be able to run bundle install.

A couple of notes:

  • Remember to update your gemfile with the proper ruby version (after upgrade)

  • If you want to install your gems in a particular path and you are using bundle >= 2 (to check gem version: gem list | grep bundle), you should use a configuration file instead of specify the path in the command. Create a .bundle folder in your root directory and add a file called config, then in such file add the path (e.g. BUNDLE_PATH: ./vendor/bundle)

over 4 years ago · Santiago Trujillo Relatório

0

In your gemfile you have the listed

Ruby (~> 2.3.7.0)
github-pages (~> 212)

github-pages 212 depends on jekyll-feed 0.15.1, which requires ruby 2.4.

To use github-pages 212, you'll need to upgrade to ruby 2.4+, alternatively, downgrade github-pages to an older version that also supports 2.3

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda