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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:17:23+00:00 2026-05-30T22:17:23+00:00

When I run bundle update I recieve this error: bundle update Fetching source index

  • 0

When I run bundle update I recieve this error:

bundle update

Fetching source index for https://rubygems.org/

Bundler could not find compatible versions for gem “railties”:
In Gemfile:
rails (= 3.2.1) x86-mingw32 depends on
railties (= 3.2.1) x86-mingw32

sass-rails (= 3.2.3) x86-mingw32 depends on
  railties (3.2.2.rc1)

I am new to Rails, and stackoverflow in general, I apologize for any layout inconveniences. Any help would be greatly appreciated. Thank you

Edit 1: Here is my gemfile

source 'https://rubygems.org'

gem 'rails', '3.2.1'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

group :development, :test do
  gem 'sqlite3', '1.3.5'
  gem 'rspec-rails', '2.8.1'
end

# Gems used only for assets and not required
# in production environments by default.
group :assets do
  gem 'sass-rails',   '3.2.3'
  gem 'coffee-rails', '3.2.2'
  gem 'uglifier', '1.2.3'
end

gem 'jquery-rails', '2.0.0'

group :test do
  gem 'capybara', '1.1.2'
end

group :production do
  gem 'pg', '0.12.2'
end

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

# To use Jbuilder templates for JSON
# gem 'jbuilder'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
  • 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-30T22:17:24+00:00Added an answer on May 30, 2026 at 10:17 pm

    You need to change your assets group in your Gemfile to remove the explicit versions:

    group :assets do
      gem 'sass-rails'
      gem 'coffee-rails'
      gem 'uglifier'
    end
    

    Then update sass-rails:

    bundle update sass-rails
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I add this to Gemfile: gem 'omniauth-facebook' Then I run bundle update . No
When I run 'rails server' I get the following error: Could not find gem
Whenever I run bundle install (or bundle update ) on my Rails project I
Whenever I run a rake command (i.e. rake routes ) I get this error:
I Just updated to OS X Lion, and now when I run bundle update
As of yesterday, I'm unable to update my bundle. It gets stuck at Fetching
Can not update gems on production server. I've tried bundle install --deployment and bundle
Is there a way to run bundle update in pretend mode, similar to the
I'd like to understand the differences between the following Ruby/Bundler/RubyGems commands: bundle install bundle
i'm trying to run such test: it render form to update an bundle with

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.