Skip to content

Instantly share code, notes, and snippets.

@suryart
Created June 28, 2013 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suryart/5882971 to your computer and use it in GitHub Desktop.
Save suryart/5882971 to your computer and use it in GitHub Desktop.
➜ my_store rvm:(ruby-2.0.0) bundle update
Fetching https://github.com/spree/spree.git
remote: Counting objects: 130666, done.
remote: Compressing objects: 100% (48435/48435), done.
remote: Total 130666 (delta 82214), reused 119957 (delta 72967)
Receiving objects: 100% (130666/130666), 27.04 MiB | 380.00 KiB/s, done.
Resolving deltas: 100% (82214/82214), done.
Updating https://github.com/spree/spree_gateway.git
Updating https://github.com/spree/spree_auth_devise.git
Updating git://github.com/suryart/spree_active_sale.git
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Using rake (10.1.0)
Using i18n (0.6.1)
Using multi_json (1.7.7)
Using activesupport (3.2.13)
Using builder (3.0.4)
Using activemodel (3.2.13)
Using erubis (2.7.0)
Using journey (1.0.4)
Using rack (1.4.5)
Using rack-cache (1.2)
Using rack-test (0.6.2)
Using hike (1.2.3)
Using tilt (1.4.1)
Using sprockets (2.2.2)
Using actionpack (3.2.13)
Using mime-types (1.23)
Using polyglot (0.3.3)
Using treetop (1.4.14)
Using mail (2.5.4)
Using actionmailer (3.2.13)
Using active_utils (1.0.5)
Using json (1.8.0)
Using money (5.1.1)
Using nokogiri (1.5.10)
Using activemerchant (1.34.0)
Using arel (3.0.2)
Using tzinfo (0.3.37)
Using activerecord (3.2.13)
Using activeresource (3.2.13)
Using acts_as_list (0.2.0)
Using gyoku (0.4.6)
Using akami (1.2.0)
Using awesome_nested_set (2.1.5)
Using multi_xml (0.5.4)
Using httparty (0.11.0)
Using uuidtools (2.1.4)
Using aws-sdk (1.3.9)
Using bcrypt-ruby (3.0.1)
Using bundler (1.3.2)
Using cancan (1.6.8)
Using climate_control (0.0.3)
Using cocaine (0.5.1)
Using coffee-script-source (1.6.2)
Using execjs (1.4.0)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.3)
Using rdoc (3.12.2)
Using thor (0.18.1)
Using railties (3.2.13)
Using coffee-rails (3.2.2)
Using rails (3.2.13)
Using deface (0.9.1)
Using orm_adapter (0.4.0)
Using warden (1.2.1)
Using devise (2.2.4)
Using devise-encryptable (0.1.2)
Using ffaker (1.16.1)
Using highline (1.6.18)
Using httpi (1.1.1)
Using jquery-rails (3.0.1)
Using jquery-ui-rails (4.0.3)
Using kaminari (0.13.0)
Using nori (1.1.5)
Using paperclip (3.4.2)
Using polyamorous (0.5.0)
Using rabl (0.8.4)
Using ransack (0.7.2)
Using sass (3.2.9)
Using sass-rails (3.2.6)
Using wasabi (2.5.1)
Using savon (1.2.0)
Using select2-rails (3.2.1)
Using state_machine (1.2.0)
Using stringex (1.5.1)
Using truncate_html (0.9.2)
Using spree_core (2.0.3) from https://github.com/spree/spree.git (at 2-0-stable)
Using versioncake (1.0.0)
Using spree_api (2.0.3) from https://github.com/spree/spree.git (at 2-0-stable)
Using spree_backend (2.0.3) from https://github.com/spree/spree.git (at 2-0-stable)
Using spree_cmd (2.0.3) from https://github.com/spree/spree.git (at 2-0-stable)
Using spree_frontend (2.0.3) from https://github.com/spree/spree.git (at 2-0-stable)
Using spree_sample (2.0.3) from https://github.com/spree/spree.git (at 2-0-stable)
Using spree (2.0.3) from https://github.com/spree/spree.git (at 2-0-stable)
Using spree_active_sale (2.0.0) from git://github.com/suryart/spree_active_sale.git (at 2-0-stable)
Using spree_auth_devise (2.0.0) from https://github.com/spree/spree_auth_devise.git (at 2-0-stable)
Using spree_gateway (2.1.0.beta) from https://github.com/spree/spree_gateway.git (at 2-0-stable)
Using sqlite3 (1.3.7)
Using uglifier (2.1.1)
Your bundle is updated! 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