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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:35:15+00:00 2026-05-25T02:35:15+00:00

ok whenever I run bundle install I get this Bundler could not find compatible

  • 0

ok whenever I run “bundle install” I get this

Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    sass-rails (~> 3.1.0.rc8) depends on
      railties (~> 3.1.0)

    railties (3.1.0.rc8)

now in my gem file i have this:

source 'http://rubygems.org'

gem 'rails', '3.1.0.rc8'

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

gem 'sqlite3'

gem 'json'

# Gems used only for assets and not required
# in production environments by default.
group :assets do
  gem 'sass-rails', "  ~> 3.1.0.rc8"
#added by me
  gem 'railties', " ~> 3.1.0.rc8"
#end
  gem 'coffee-rails', "~> 3.1.0.rc"
  gem 'uglifier'
end

gem 'jquery-rails'

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

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug'

I am using ubuntu and I am new to ruby, I am trying to run a simple application.

Any help ? thx!

  • 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-25T02:35:16+00:00Added an answer on May 25, 2026 at 2:35 am

    Since Rails 3.1 has been released today, you have to update your Gemfile as:

    source 'http://rubygems.org'
    
    gem 'rails', '3.1.0'
    
    # Bundle edge Rails instead:
    # gem 'rails',     :git => 'git://github.com/rails/rails.git'
    
    gem 'sqlite3'
    
    gem 'json'
    
    # Gems used only for assets and not required
    # in production environments by default.
    group :assets do
      gem 'sass-rails', "  ~> 3.1.0"
      gem 'coffee-rails', "~> 3.1.0"
      gem 'uglifier'
    end
    
    gem 'jquery-rails'
    
    # Use unicorn as the web server
    # gem 'unicorn'
    
    # Deploy with Capistrano
    # gem 'capistrano'
    
    # To use debugger
    # gem 'ruby-debug'
    

    You do not need the railties line neither since this gem is included in rails.
    Then, run bundle install. That should do the trick.

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

Sidebar

Related Questions

whenever I run the bundle install command, bundler creates a directory in my projects
Whenever I run my program, I get: NullReferenceException was unhandled, Object Reference not set
I get this error whenever i run the program Assignment makes pointer from Integer
Is there a feasible way to get my own code run whenever any class
I keep getting this error whenever I run unit tests in IntelliJ IDEA: /home/egervari/IdeaProjects/jobprep-stable/src/main/resources/dict/noun.txt
I am trying to use whenever gem in my application but I am not
Whenever I run rake spec, there's a 70-80% chance that I get a SEGMENTATION_FAULT
Whenever i run this method for my StackView... @Override public RemoteViews getViewAt(int position) {
Whenever I run any jython program in Eclipse, I got the following error in
I had developed an application in visual Studio 2005. whenever i run that application

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.