Skip to content

Instantly share code, notes, and snippets.

@dnordstrom
Created January 5, 2012 19:05
Show Gist options
  • Save dnordstrom/1566684 to your computer and use it in GitHub Desktop.
Save dnordstrom/1566684 to your computer and use it in GitHub Desktop.
Sites
> rvm gemset create spree
Sites
> rvm gemset use spree
Sites
> mkdir spree_test
Sites
> cd spree_test
spree_test
> vim Gemfile
spree_test
> gist Gemfile
https://gist.github.com/1566670
spree_test
> gem install bundler --pre --no-ri --no-rdoc
spree_test
> bundle install
Fetching gem metadata from http://rubygems.org/........
Fetching gem metadata from http://rubygems.org/..
Bundler could not find compatible versions for gem "activesupport":
In Gemfile:
spree (>= 0) ruby depends on
activesupport (~> 3.1.0) ruby
spree (>= 0) ruby depends on
activesupport (3.2.0.rc2)
Sites
> rvm gemset delete spree
Sites
> rvm gemset create spree
Sites
> rvm gemset use spree
spree_test
> gem install bundler --no-ri --no-rdoc
spree_test
> bundle install
Fetching source index for http://rubygems.org/
Installing rake (0.9.2.2)
Installing multi_json (1.0.4)
Installing activesupport (3.1.3)
Installing builder (3.0.0)
Installing i18n (0.6.0)
Installing activemodel (3.1.3)
Installing erubis (2.7.0)
Installing rack (1.3.6)
Installing rack-cache (1.1)
Installing rack-mount (0.8.3)
Installing rack-test (0.6.1)
Installing hike (1.2.1)
Installing tilt (1.3.3)
Installing sprockets (2.0.3)
Installing actionpack (3.1.3)
Installing mime-types (1.17.2)
Installing polyglot (0.3.3)
Installing treetop (1.4.10)
Installing mail (2.3.0)
Installing actionmailer (3.1.3)
Installing active_utils (1.0.1)
Installing braintree (2.13.2)
Installing json (1.6.4) with native extensions
Installing money (3.7.1)
Installing activemerchant (1.20.1)
Installing arel (2.2.1)
Installing tzinfo (0.3.31)
Installing activerecord (3.1.3)
Installing activeresource (3.1.3)
Installing acts_as_list (0.1.4)
Installing bcrypt-ruby (3.0.1) with native extensions
Using bundler (1.0.21)
Installing cancan (1.6.7)
Installing cocaine (0.2.1)
Installing nokogiri (1.5.0) with native extensions
Installing rack-ssl (1.3.2)
Installing rdoc (3.12)
Installing thor (0.14.6)
Installing railties (3.1.3)
Installing rails (3.1.3)
Installing deface (0.7.2)
Installing orm_adapter (0.0.5)
Installing warden (1.0.6)
Installing devise (1.4.8)
Installing ffaker (1.10.1)
Installing highline (1.6.8)
Installing jquery-rails (1.0.19)
Installing kaminari (0.13.0)
Installing polyamorous (0.5.0)
Installing meta_search (1.1.1)
Installing nested_set (1.6.8)
Installing paperclip (2.4.1)
Installing state_machine (1.1.1)
Installing stringex (1.3.0)
Using spree_core (1.0.0.rc1) from source at ../_gems/spree
Using spree_auth (1.0.0.rc1) from source at ../_gems/spree
Using spree_api (1.0.0.rc1) from source at ../_gems/spree
Using spree_dash (1.0.0.rc1) from source at ../_gems/spree
Using spree_promo (1.0.0.rc1) from source at ../_gems/spree
Using spree_sample (1.0.0.rc1) from source at ../_gems/spree
Using spree (1.0.0.rc1) from source at ../_gems/spree
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment