Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy is rails installing a newer version when I run bundle?
    text
    copied!<p>I am trying to start a new rails project and I would like to stick with rails 3.1.3. However, when I run the command <code>rails new projectname</code> I get the following output:</p> <pre><code> create create README.rdoc create Rakefile create config.ru create .gitignore create Gemfile create app ... create config ... create config/database.yml create db ... create public/robots.txt create script create script/rails create test/fixtures create test/fixtures/.gitkeep ... create tmp/cache create tmp/cache/assets create vendor/assets/javascripts ... create vendor/plugins/.gitkeep run bundle install Fetching source index for https://rubygems.org/ Using rake (0.9.2.2) Using i18n (0.6.0) Using multi_json (1.0.4) Using activesupport (3.2.0.rc2) Using builder (3.0.0) Using activemodel (3.2.0.rc2) Using erubis (2.7.0) Using journey (1.0.0) Using rack (1.4.0) Using rack-cache (1.1) Using rack-test (0.6.1) Using hike (1.2.1) Using tilt (1.3.3) Using sprockets (2.1.2) Using actionpack (3.2.0.rc2) Using mime-types (1.17.2) Using polyglot (0.3.3) Using treetop (1.4.10) Using mail (2.3.0) Using actionmailer (3.2.0.rc2) Using arel (3.0.0) Using tzinfo (0.3.31) Using activerecord (3.2.0.rc2) Using activeresource (3.2.0.rc2) Using bundler (1.0.21) Using coffee-script-source (1.2.0) Using execjs (1.2.13) Using coffee-script (2.2.0) Using rack-ssl (1.3.2) Using json (1.6.5) Using rdoc (3.12) Using thor (0.14.6) Using railties (3.2.0.rc2) Using coffee-rails (3.2.1) Using jquery-rails (2.0.0) Installing rails (3.2.0.rc2) # WTF? Using sass (3.1.12) Using sass-rails (3.2.3) Using sqlite3 (1.3.5) Using uglifier (1.2.2) Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. </code></pre> <p>I'd like everything to remain version 3.1. Why does the rails command automatically update itself to 3.2.0.rc2? How can I make sure that everything I do is using 3.1.3 versions of everything?</p> <p>Thanks.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload