Skip to content

Instantly share code, notes, and snippets.

@spastorino
Created August 10, 2011 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spastorino/1138602 to your computer and use it in GitHub Desktop.
Save spastorino/1138602 to your computer and use it in GitHub Desktop.
➜ myapp bundle update
Updating git://github.com/rails/sass-rails.git
Updating git://github.com/rails/coffee-rails.git
Fetching dependency information from the API at http://rubygems.org/......
Fetching dependency information from the API at http://rubygems.org/.
Using rake (0.9.2)
Using multi_json (1.0.3)
Using activesupport (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using bcrypt-ruby (2.1.4)
Using builder (3.0.0)
Using i18n (0.6.0)
Using activemodel (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using erubis (2.7.0)
Using rack (1.3.2)
Using rack-cache (1.0.2)
Using rack-mount (0.8.2)
Using rack-test (0.6.1)
Using hike (1.2.0)
Using tilt (1.3.2)
Using sprockets (2.0.0.beta.13)
Using actionpack (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using mime-types (1.16)
Using polyglot (0.3.2)
Using treetop (1.4.10)
Using mail (2.3.0)
Using actionmailer (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using arel (2.1.5)
Using tzinfo (0.3.29)
Using activerecord (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using activeresource (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using ansi (1.3.0)
Using bundler (1.1.pre.7)
Using coffee-script-source (1.1.2)
Using execjs (1.2.4)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.2)
Using rdoc (3.9.1)
Using thor (0.14.6)
Using railties (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using coffee-rails (3.1.0.rc.5) from git://github.com/rails/coffee-rails.git (at 3-1-stable)
Using jquery-rails (1.0.12)
Using rails (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using sass (3.1.7)
Using sass-rails (3.1.0.rc.5) from git://github.com/rails/sass-rails.git (at 3-1-stable)
Using sqlite3 (1.3.4)
Using turn (0.8.2)
Using uglifier (1.0.0)
Your bundle is updated! Use `bundle show [gemname]` to see where a bundled gem is installed.
➜ myapp gem list arel
*** LOCAL GEMS ***
arel (2.1.5, 2.1.4, 2.0.10)
➜ myapp bundle exec rails g scaffold people
Could not find gem 'arel (~> 2.2.0)', which is required by gem 'rails', in any of the sources.
➜ myapp bundle --version
Bundler version 1.1.pre.7
➜ myapp gem uninstall bundler
Select gem to uninstall:
1. bundler-1.1.pre.6
2. bundler-1.1.pre.7
3. All versions
> 3
Successfully uninstalled bundler-1.1.pre.6
You have requested to uninstall the gem:
bundler-1.1.pre.7
guard-0.5.1 depends on [bundler (>= 0)]
guard-rspec-0.4.0 depends on [bundler (~> 1.0)]
libv8-3.3.10.2 depends on [bundler (>= 0)]
orm_adapter-0.0.5 depends on [bundler (>= 1.0.0)]
rails-3.1.0.rc5 depends on [bundler (~> 1.0)]
rails-3.0.9 depends on [bundler (~> 1.0)]
rails-3.0.7 depends on [bundler (~> 1.0)]
thor-0.14.6 depends on [bundler (~> 1.0)]
If you remove this gems, one or more dependencies will not be met.
Continue with Uninstall? [Yn] y
Remove executables:
bundle
in addition to the gem? [Yn] y
Removing bundle
Successfully uninstalled bundler-1.1.pre.7
➜ myapp gem install bundler
bundle update
Fetching: bundler-1.0.17.gem (100%)
Successfully installed bundler-1.0.17
1 gem installed
➜ myapp bundle update
Updating git://github.com/rails/sass-rails.git
Updating git://github.com/rails/coffee-rails.git
Fetching source index for http://rubygems.org/
Using rake (0.9.2)
Using multi_json (1.0.3)
Using activesupport (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using bcrypt-ruby (2.1.4)
Using builder (3.0.0)
Using i18n (0.6.0)
Using activemodel (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using erubis (2.7.0)
Using rack (1.3.2)
Using rack-cache (1.0.2)
Installing rack-mount (0.8.2)
Using rack-test (0.6.1)
Using hike (1.2.0)
Using tilt (1.3.2)
Using sprockets (2.0.0.beta.13)
Using actionpack (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using mime-types (1.16)
Using polyglot (0.3.2)
Using treetop (1.4.10)
Using mail (2.3.0)
Using actionmailer (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Installing arel (2.2.0)
Using tzinfo (0.3.29)
Using activerecord (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using activeresource (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using ansi (1.3.0)
Using bundler (1.0.17)
Using coffee-script-source (1.1.2)
Using execjs (1.2.4)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.2)
Using rdoc (3.9.1)
Using thor (0.14.6)
Using railties (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using coffee-rails (3.1.0.rc.5) from git://github.com/rails/coffee-rails.git (at 3-1-stable)
Using jquery-rails (1.0.12)
Using rails (3.1.0.rc5) from source at /Users/santiago/WyeWorks/Projs/rails
Using sass (3.1.7)
Using sass-rails (3.1.0.rc.5) from git://github.com/rails/sass-rails.git (at 3-1-stable)
Using sqlite3 (1.3.4)
Using turn (0.8.2)
Using uglifier (1.0.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment