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 7701225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:56:01+00:00 2026-05-31T22:56:01+00:00

Complete new person to Ruby and Rails here… Have tried some tutorials in the

  • 0

Complete new person to Ruby and Rails here… Have tried some tutorials in the past, but that’s about it. I’m trying to follow ‘Ruby on Rails 3 Tutorial’ book and have hit a roadblock that I haven’t been able to find any help for after searching on here and the Google..

I haven’t actually done anything yet; only:

rails new first_app

then changed the Gemfile sqlite3 to

gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'

When I run ‘bundle install’ I get the following:

Fetching gem metadata from http://rubygems.org/.........
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    rails (= 3.0.1) ruby depends on
      bundler (~> 1.0.0) ruby

  Current Bundler version:
    bundler (1.1.3)

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

I’ve tried uninstalling the bundler via

gem uninstall bundler -v 1.1.3

and then installing bundler v1.0.0 via

gem install bundler -v 1.0.0

but it seems to get me bundler 1.1.2..

I just feel like I’ve hit a dead end and can’t find any more information on how to solve this issue.

Any help would be greatly appreciated and rewarded with copious amounts of bacon…

UPDATE UPDATE UPDATE

I couldn’t get bundler v 1.1.2 to uninstall. I finally was able to uninstall all of the gems by doing:

sudo gem list | cut -d" " -f1 > gem_list.txt  
cat gem_list.txt | xargs sudo gem uninstall -aIx  
cat gem_list.txt | xargs sudo gem install

And then reinstalling… This allowed me to then do the ‘bundle install’ and get on track.. Thank you all for your help!

  • 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-05-31T22:56:02+00:00Added an answer on May 31, 2026 at 10:56 pm

    First verify your versions to be sure they’re all current:

    $ ruby -v
    ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux]
    
    $ rails -v          
    Rails 3.2.2
    
    $ gem list bundler
    *** LOCAL GEMS ***
    bundler (1.1.3)
    

    If you need to update ruby, you can download it from https://www.ruby-lang.org or use tools like ruby-build. If you have any version of Ruby 1.9.3 that’s fine for now.

    To update all your gems:

    gem update --system
    gem update
    

    Gem may install gems in a few different places, and these can interfere with each other. There are system gems (typically installed by root or by using sudo) and your personal user gems. My favorite way to manage these is with a simple tool called rbenv. A related tool is rvm. Either is fine.

    For your first tutorial, you can skip using version numbers in your Gemfile:

    - gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'
    + gem 'sqlite3-ruby', :require => 'sqlite3'
    

    Bundler will sort everything out the right way. Eventually you’ll want to specify version numbers if you’re coordinating with other developers, or building production systems.

    Feel free to ask questions here and I’ll add to this answer.

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

Sidebar

Related Questions

From the wikipedia entry on NP-Complete: The easiest way to prove that some new
I am new to Ruby on Rails, I have completed the Blog Tutorial .
I have a controller in a Rails 3 app that, after creating a new
Guys i am very new to jQuery. I have started using the auto complete
I have an iOS project that sends a Person class with one attribute name
I have a problem, trying to render partials in ruby on rails with the
I have some Javascript that dynamically adds rows/fields when you click the button, Add
So, i have read at least 20-30 auto complete problems here on so and
I have a query that looks like this: var results = from person where
I am trying to do this: List<Parent> test = new List<Child>(); The complete code

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.