Skip to content

Instantly share code, notes, and snippets.

@anlek
Created July 23, 2010 23:13
Show Gist options
  • Save anlek/488197 to your computer and use it in GitHub Desktop.
Save anlek/488197 to your computer and use it in GitHub Desktop.
Issue found when running bundle install
ubuntu /var/www/staging.example.com/current: sudo gem install bundler --pre
Successfully installed bundler-1.0.0.beta.9
1 gem installed
Installing ri documentation for bundler-1.0.0.beta.9...
Installing RDoc documentation for bundler-1.0.0.beta.9...
#^#^# JUST to show I have the latest bundler installed #^#^#
ubuntu /var/www/staging.example.com/current: bundle install
Fetching source index for http://rubygems.org/
fatal: Not a valid object name 5ebc1d8
An error has occurred in git. Cannot complete bundling.
ubuntu /var/www/staging.example.com/current: bundle show rails
git://github.com/rails/rails.git (at master) is not checked out. Please run `bundle install`
source 'http://rubygems.org'
gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'credit_card_validator'
#Database stuff
gem "bson_ext"
gem 'mongoid', :git => 'git://github.com/durran/mongoid.git'
gem 'paperclip', "2.3.3"
#AUTH and PERMISSIONS
gem 'devise', :git => 'git://github.com/plataformatec/devise.git'
gem 'cancan'
#UI
gem 'compass'
gem 'fancy-buttons'
gem 'right-rails'
gem 'simple_form'
gem 'ckeditor', :git => 'git://github.com/galetahub/rails-ckeditor.git', :branch => 'rails3'
#DEPLOYMENT
gem 'capistrano'
group :development do
gem "rails3-generators"
end
group :cucumber, :test do
gem 'rspec', '>= 2.0.0.beta.12'
gem 'rspec-rails', '>= 2.0.0.beta.12'
gem 'factory_girl_rails'
gem 'forgery'
gem 'delorean'
gem 'mocha'
gem 'mongoid-rspec', :git => 'git://github.com/anlek/mongoid-rspec.git'
gem 'remarkable_mongoid'
gem 'capybara'
gem 'database_cleaner'
gem 'cucumber-rails'
gem 'cucumber'
gem 'spork'
gem 'watchr'
gem 'launchy'
end
GIT
remote: git://github.com/anlek/mongoid-rspec.git
revision: 89900d4
specs:
mongoid-rspec (1.1.2)
bson_ext (>= 0.20.1)
mongoid (>= 2.0.0.beta10)
rspec-rails (>= 2.0.0.beta.7)
GIT
remote: git://github.com/durran/mongoid.git
revision: cf8e520
specs:
mongoid (2.0.0.beta10)
activemodel (~> 3.0.0.beta)
bson (~> 1.0.4)
mongo (~> 1.0.5)
tzinfo (~> 0.3.22)
will_paginate (~> 3.0.pre)
GIT
remote: git://github.com/galetahub/rails-ckeditor.git
revision: b3fe3d0
branch: rails3
specs:
ckeditor (3.2.5)
GIT
remote: git://github.com/plataformatec/devise.git
revision: 058d433
specs:
devise (1.1.0)
bcrypt-ruby (~> 2.1.2)
warden (~> 0.10.7)
GIT
remote: git://github.com/rails/rails.git
revision: 5ebc1d8
specs:
actionmailer (3.0.0.beta4)
actionpack (= 3.0.0.beta4)
mail (~> 2.2.5)
actionpack (3.0.0.beta4)
activemodel (= 3.0.0.beta4)
activesupport (= 3.0.0.beta4)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4.1)
rack (~> 1.2.1)
rack-mount (~> 0.6.9)
rack-test (~> 0.5.4)
tzinfo (~> 0.3.22)
activemodel (3.0.0.beta4)
activesupport (= 3.0.0.beta4)
builder (~> 2.1.2)
i18n (~> 0.4.1)
activerecord (3.0.0.beta4)
activemodel (= 3.0.0.beta4)
activesupport (= 3.0.0.beta4)
arel (~> 0.4.0)
tzinfo (~> 0.3.22)
activeresource (3.0.0.beta4)
activemodel (= 3.0.0.beta4)
activesupport (= 3.0.0.beta4)
activesupport (3.0.0.beta4)
rails (3.0.0.beta4)
actionmailer (= 3.0.0.beta4)
actionpack (= 3.0.0.beta4)
activerecord (= 3.0.0.beta4)
activeresource (= 3.0.0.beta4)
activesupport (= 3.0.0.beta4)
bundler (>= 1.0.0.beta.5)
railties (= 3.0.0.beta4)
railties (3.0.0.beta4)
actionpack (= 3.0.0.beta4)
activesupport (= 3.0.0.beta4)
rake (>= 0.8.3)
thor (~> 0.13.7)
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
arel (0.4.0)
activesupport (>= 3.0.0.beta)
bcrypt-ruby (2.1.2)
bson (1.0.4)
bson_ext (1.0.4)
builder (2.1.2)
cancan (1.2.0)
capistrano (2.5.19)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.0.0)
capybara (0.3.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.3)
chronic (0.2.3)
hoe (>= 1.2.1)
compass (0.10.2)
haml (>= 3.0.4)
configuration (1.1.0)
credit_card_validator (0.1.0)
cucumber (0.8.5)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.1.4)
json_pure (~> 1.4.3)
term-ansicolor (~> 1.0.4)
cucumber-rails (0.3.2)
cucumber (>= 0.8.0)
culerity (0.2.10)
database_cleaner (0.5.2)
delorean (0.2.0)
chronic
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (1.3.1)
factory_girl_rails (1.0)
factory_girl (~> 1.3)
rails (>= 3.0.0.beta4)
fancy-buttons (0.5.4)
compass (>= 0.10.0)
haml (>= 3.0.2)
ffi (0.6.3)
rake (>= 0.8.7)
forgery (0.3.4)
gherkin (2.1.5)
trollop (~> 1.16.2)
haml (3.0.13)
highline (1.6.1)
hoe (2.6.1)
rake (>= 0.8.7)
rubyforge (>= 2.0.4)
i18n (0.4.1)
json_pure (1.4.3)
launchy (0.3.7)
configuration (>= 0.0.5)
rake (>= 0.8.1)
mail (2.2.5)
activesupport (>= 2.3.6)
mime-types
treetop (>= 1.4.5)
mime-types (1.16)
mocha (0.9.8)
rake
mongo (1.0.5)
bson (>= 1.0.4)
net-scp (1.0.2)
net-ssh (>= 1.99.1)
net-sftp (2.0.4)
net-ssh (>= 2.0.9)
net-ssh (2.0.23)
net-ssh-gateway (1.0.1)
net-ssh (>= 1.99.1)
nokogiri (1.4.2)
paperclip (2.3.3)
activerecord
activesupport
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.9)
rack (>= 1.0.0)
rack-test (0.5.4)
rack (>= 1.0)
rails3-generators (0.11.0)
rake (0.8.7)
remarkable (4.0.0.alpha4)
rspec (>= 2.0.0.alpha11)
remarkable_activemodel (4.0.0.alpha4)
remarkable (~> 4.0.0.alpha4)
rspec (>= 2.0.0.alpha11)
remarkable_mongoid (0.1.3)
remarkable_activemodel (>= 4.0.0.alpha2)
right-rails (0.6.0)
rspec (2.0.0.beta.18)
rspec-core (= 2.0.0.beta.18)
rspec-expectations (= 2.0.0.beta.18)
rspec-mocks (= 2.0.0.beta.18)
rspec-core (2.0.0.beta.18)
rspec-expectations (2.0.0.beta.18)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0.beta.18)
rspec-rails (2.0.0.beta.18)
rspec (>= 2.0.0.beta.14)
webrat (>= 0.7.0)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
rubyzip (0.9.4)
selenium-webdriver (0.0.27)
ffi (>= 0.6.1)
json_pure
rubyzip
simple_form (1.2.0)
spork (0.8.4)
term-ansicolor (1.0.5)
thor (0.13.8)
treetop (1.4.8)
polyglot (>= 0.3.1)
trollop (1.16.2)
tzinfo (0.3.22)
warden (0.10.7)
rack (>= 1.0.0)
watchr (0.6)
webrat (0.7.1)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
will_paginate (3.0.pre)
PLATFORMS
ruby
DEPENDENCIES
bson_ext
cancan
capistrano
capybara
ckeditor!
compass
credit_card_validator
cucumber
cucumber-rails
database_cleaner
delorean
devise!
factory_girl_rails
fancy-buttons
forgery
launchy
mocha
mongoid!
mongoid-rspec!
paperclip (= 2.3.3)
rails!
rails3-generators
remarkable_mongoid
right-rails
rspec (>= 2.0.0.beta.12)
rspec-rails (>= 2.0.0.beta.12)
simple_form
spork
watchr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment