Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

283
Views
Why is bundle adding an extra 0 at the end of my Ruby version?

I'm trying to install dependencies by running bundle install.

My Gemfile specifies Ruby version as follows:

source 'https://rubygems.org'

ruby '2.6.6'


gem 'cocoapods', '1.10.2'
...

However when I run bundle install I get the following output:

geoff:PayPalMobileSafariExtension git:(develop*) $ bundle install
Fetching <internal URL>
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...
Bundler found conflicting requirements for the Ruby version:
  In Gemfile:
    Ruby (~> 2.6.6.0)

    <some-internal-dependency> was resolved to 1.0.0, which depends on
      Ruby (= 2.6.6)

It's saying that I specified Ruby version 2.6.6.0 which is completely nonsensical, no such Ruby version exists and that's not even in the Gemfile. What is causing this?

For context I am using rbenv to manage my Ruby versions, it is currently set to 2.6.6.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Seems like this may have been due to a conflict between gem installed gems and bundle installing the same gems over again. Doing gem uninstall -aIx and then bundle install may fix this.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!