Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundler could not find compatible versions for gem "rubygems " #27

Open
arkag opened this issue Jul 29, 2020 · 2 comments
Open

Bundler could not find compatible versions for gem "rubygems " #27

arkag opened this issue Jul 29, 2020 · 2 comments

Comments

@arkag
Copy link

arkag commented Jul 29, 2020

I'm sure this is stupid, but I can't find any information when searching for this specific error, and I'm green when it comes to Ruby.

Build error:

👍 ENTRYPOINT HAS STARTED—INSTALLING THE GEM BUNDLE
Fetching gem metadata from https://rubygems.org/..........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "rubygems�":
  In Gemfile:
    rubygems� (= 2.6.11)

    jekyll (>= 4.1.1, ~> 4.1) was resolved to 4.1.1, which depends on
      rubygems� (>= 2.7.0)

My Gemfile:

source 'https://rubygems.org'
gem 'jekyll', '~> 4.1', '>= 4.1.1'
gem 'jekyll-analytics'
gem 'noir-for-jekyll'
@BryanSchuetz
Copy link
Owner

Looks like maybe you need to update your version of rubygems. What does gem -v say? Can get the latest version with gem update --system

@polyrain
Copy link

Following up on this, have same issue and have updated ruby gems

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants