Skip to content

Instantly share code, notes, and snippets.

@tdelam
Created August 17, 2012 19:31
Show Gist options
  • Select an option

  • Save tdelam/3381837 to your computer and use it in GitHub Desktop.

Select an option

Save tdelam/3381837 to your computer and use it in GitHub Desktop.
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
append Gemfile
run bundle install from "."
Updating git://github.com/resolve/refinerycms.git
Updating git://github.com/parndt/refinerycms-i18n.git
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Bundler could not find compatible versions for gem "jquery-rails":
In Gemfile:
refinerycms (>= 0) ruby depends on
jquery-rails (~> 2.0.0) ruby
jquery-rails (2.1.0)
rake db:create
/Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/source.rb:574:in `rescue in load_spec_files': git://github.com/resolve/refinerycms.git (at master) is not checked out. Please run `bundle install` (Bundler::GitError)
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/source.rb:572:in `load_spec_files'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/source.rb:372:in `local_specs'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/source.rb:557:in `specs'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/definition.rb:430:in `block in converge_locked_specs'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/definition.rb:419:in `each'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/definition.rb:419:in `converge_locked_specs'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/definition.rb:180:in `resolve'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/definition.rb:127:in `specs'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/environment.rb:27:in `specs'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/rubygems-bundler-1.0.3/lib/rubygems-bundler/noexec.rb:41:in `candidate?'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/rubygems-bundler-1.0.3/lib/rubygems-bundler/noexec.rb:60:in `setup'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194@global/gems/rubygems-bundler-1.0.3/lib/rubygems-bundler/noexec.rb:75:in `<top (required)>'
from /Users/trevor/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
from /Users/trevor/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
from /Users/trevor/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
from /Users/trevor/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:9:in `<main>'
generate refinery:cms --fresh-installation chewy -m http://refinerycms.com/t/edge
git://github.com/resolve/refinerycms.git (at master) is not checked out. Please run `bundle install`
============================================================================
Your new Refinery CMS application is now running on edge and mounted to /.
============================================================================
run bundle install
Updating git://github.com/resolve/refinerycms.git
Updating git://github.com/parndt/refinerycms-i18n.git
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Bundler could not find compatible versions for gem "jquery-rails":
In Gemfile:
refinerycms (>= 0) ruby depends on
jquery-rails (~> 2.0.0) ruby
jquery-rails (2.1.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment