Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8268263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:49:12+00:00 2026-06-08T05:49:12+00:00

I am not even new to ruby. I have to get an existing application

  • 0

I am not even new to ruby. I have to get an existing application running which is used as an interface to a Java application (which I understand). When I am trying to obtain all the dependencies (on Linux Mint), I am greeted with the following:

$ bundle install
Fetching gem metadata from http://rubygems.org/......
Fetching gem metadata from http://rubygems.org/..
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    bundler (~> 1.0.0) ruby

  Current Bundler version:
    bundler (1.1.5)

This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

I tried ‘gem install bundler’, but this didn’t work. I tried to install bundler 1.0.0, using:

$ sudo gem install bundler -v 1.0.0
Successfully installed bundler-1.0.0
1 gem installed
Installing ri documentation for bundler-1.0.0...
Installing RDoc documentation for bundler-1.0.0...

This seem to have worked, but I cannot ‘switch’ to it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T05:49:15+00:00Added an answer on June 8, 2026 at 5:49 am

    You can specify what version of a Gem executable to use by specifying the version surrounded by underscores (_) after the command, e.g.

    a_gem_executable _1.2.3_ other args
    

    So in order to specifically run version 1.0.0 of bundler, try this:

    bundle _1.0.0_ install
    

    When I tried with 1.0.0, bundler threw an exception, so you might want to try with a more up to date version that’s still compatible with the ~> 1.0.0 specifier:

    gem install bundler -v 1.0.18
    bundle _1.0.18_ install
    

    It does strike me as slightly unusual to have bundler itself specified in the Gemfile, you might be able to just remove that line as the simpler alternative.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm kinda new to Ruby, so I'm not even sure if what I'm doing
I am new to Ruby on Rails and I'm desperately trying to get a
I'm new to XML validation using .xsd files. Maybe I'm not even asking the
This works: Entities.WorkOrderSet.Where(MyCustomMethod); This does not: Entities.WorkOrderSet.Where(o => MyCustomMethod(o)); ( [Edit] Even without new
I'm very new to threading and thus am not quite sure if this even
Not even sure I'm stating the question correctly. Here's the situation. I have a
In Ruby, objects have a handy method called method_missing which allows one to handle
I am new to Ruby and need help in accessing a function which is
I'm new to Ruby and Rails (and programming!), and trying to figure out the
I am trying to get firewatir to run on Mac OSX Leopard. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.