Skip to content

Instantly share code, notes, and snippets.

@jblanche
Created December 6, 2011 13:06
Show Gist options
  • Save jblanche/1438147 to your computer and use it in GitHub Desktop.
Save jblanche/1438147 to your computer and use it in GitHub Desktop.
bundler error
source 'http://rubygems.org'
gem 'locomotive_cms', :git => 'git://github.com/locomotivecms/engine.git', :require => 'locomotive/engine'
gem 'unicorn', :group => 'development'
gem 'haml', :group => 'development'
gem 'mime-types', '~> 1.17.2'
gem 'unicorn'
gem 'faker'
➜ barthus git:(master) ✗ ruby --version
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.2.0]
➜ barthus git:(master) ✗ gem --version
1.8.10
➜ barthus git:(master) ✗ bundle --version
Bundler version 1.0.11
➜ barthus git:(master) ✗ script/rails server
Could not find rake-0.9.2.2 in any of the sources
Run `bundle install` to install missing gems.
➜ barthus git:(master) ✗ bundle install
Using rake (0.9.2.2)
Using Platform (0.4.0)
Using open4 (1.3.0)
Using POpen4 (0.1.4)
Using RedCloth (4.2.8)
Using abstract (1.0.0)
Using activesupport (3.0.11)
Using builder (2.1.2)
Using i18n (0.5.0)
Using activemodel (3.0.11)
Using erubis (2.6.6)
Using rack (1.2.4)
Using rack-mount (0.6.14)
Using rack-test (0.5.7)
Using tzinfo (0.3.31)
Using actionpack (3.0.11)
Using mime-types (1.17.2)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.2.19)
Using actionmailer (3.0.11)
Using arel (2.0.10)
Using activerecord (3.0.11)
Using activeresource (3.0.11)
Using bundler (1.0.11)
Using json (1.6.3)
Using rdoc (3.11)
Using thor (0.14.6)
Using railties (3.0.11)
Using rails (3.0.11)
Using actionmailer-with-request (0.3.0)
Using bcrypt-ruby (2.1.4)
Using bson (1.3.1)
Using bson_ext (1.3.1)
Using highline (1.6.8)
Using orm_adapter (0.0.5)
Using rest-client (1.6.7)
Using bushido (0.0.35)
Using cancan (1.6.7)
Using carrierwave (0.5.6)
Using cells (3.7.0)
Using configuration (1.3.1)
Using crack (0.1.8)
Using mongo (1.3.1)
Using mongoid (2.0.2)
Using custom_fields (1.0.0.beta.25)
Using daemons (1.0.10)
Using delayed_job (3.0.0.pre4)
Using delayed_job_mongoid (1.0.6)
Using warden (1.0.6)
Using devise (1.3.4)
Using rubycas-client (2.3.7)
Using devise_bushido_authenticatable (1.0.0.alpha10)
Using dragonfly (0.9.8)
Using excon (0.6.6)
Using faker (1.0.1)
Using formatador (0.2.1)
Using net-ssh (2.2.1)
Using nokogiri (1.5.0)
Using ruby-hmac (0.4.0)
Using fog (0.8.2)
Using formtastic (1.2.4)
Using haml (3.1.2)
Using has_scope (0.5.1)
Using launchy (0.3.7)
Using heroku (1.19.1)
Using httparty (0.7.8)
Using responders (0.6.4)
Using inherited_resources (1.1.2)
Using yui-compressor (0.9.6)
Using jammit (0.6.5)
Using json_pure (1.5.1)
Using kaminari (0.12.4)
Using kgio (2.6.0)
Using mimemagic (0.1.8)
Using proxies (0.2.1)
Using s3 (0.3.9)
Using locomotive_jammit-s3 (0.5.4.4)
Using locomotive_liquid (2.2.2)
Using locomotive_mongoid_acts_as_tree (0.1.5.7)
Using mimetype-fu (0.1.2)
Using rack-cache (1.1)
Using rmagick (2.12.2)
Using rubyzip (0.9.5)
Using sanitize (2.0.3)
Using sass (3.1.2)
Using locomotive_cms (1.0.0.rc1) from git://github.com/locomotivecms/engine.git (at master)
Using raindrops (0.8.0)
Using unicorn (4.1.1)
Updating .gem files in vendor/cache
* delayed_job-3.0.0.pre4.gem
Removing outdated .gem files from vendor/cache
* delayed_job-3.0.0.pre4.gem
Your bundle is complete! It was installed into ./vendor/bundle
➜ barthus git:(master) ✗ script/rails server
Could not find rake-0.9.2.2 in any of the sources
Run `bundle install` to install missing gems.
➜ barthus git:(master) ✗
➜ barthus git:(master) ✗ bundle show rails
/Library/Ruby/Gems/1.8/gems/rails-3.0.11
➜ barthus git:(master) ✗ bundle show locomotive_cms
/Users/jblanche/.bundler/ruby/1.8/engine-63192a76f3e5
Is it normal ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment