Tim
unread,Jan 14, 2011, 3:11:28 PM1/14/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-bundler
Hi,
I'm using the google-appengine to deploy a sinatra app on GAE, which
depends on bundler08. Everything was running smooth until I had to
reinstall everything (which included doing a 'gem update --system')
after my mac had a serious drive error.
Now, whenever I run 'appcfg.rb generate_app .', the command which
bundles my gems and generates my app, I get:
=> Bundling gems
ERROR: While executing gem ... (RuntimeError)
Unknown command bundle
I'm wondering if there is a possibility that bundler08 is incompatible
with gem version 1.4.2?
My Gemfile:
# Critical default settings:
disable_system_gems
disable_rubygems
bundle_path ".gems/bundler_gems"
# List gems to bundle here:
gem 'appengine-rack'
gem 'sinatra'
gem 'dm-core'
gem 'dm-appengine'