Skip to content

Instantly share code, notes, and snippets.

@gmacdougall
Created January 6, 2016 14:29
Show Gist options
  • Save gmacdougall/377fd86a424f55ffd252 to your computer and use it in GitHub Desktop.
Save gmacdougall/377fd86a424f55ffd252 to your computer and use it in GitHub Desktop.
Script started on Wed 06 Jan 2016 09:22:55 AM EST
% ]2;~/tmp]1;~/tmp ~/tmp  [?1h= ~/tmp  ❯❯❯ script new-solidus-test.logrm -rf lsl bundle exec rails new new-solidus-test[?1l> ~/tmp  ❯❯❯ bundle exec rails new new-solidus-test
]2;bundle]1;bundleCould not find rake-10.4.2 in any of the sources
Run `bundle install` to install missing gems.
% ]2;~/tmp]1;~/tmp ~/tmp  ❯❯❯ [?1h= ~/tmp  ❯❯❯ lls -l[?1l> ~/tmp  ❯❯❯ ls -l
]2;ls]1;lstotal 12
drwxrwxr-x 3 gregor gregor 4096 Jan 6 09:19 vendor
-rw-rw-r-- 1 gregor gregor 43 Jan 6 09:20 Gemfile
-rw-rw-r-- 1 gregor gregor 2547 Jan 6 09:21 Gemfile.lock
-rw-rw-r-- 1 gregor gregor 0 Jan 6 09:22 new-solidus-test.log
% ]2;~/tmp]1;~/tmp ~/tmp  ❯❯❯ [?1h= ~/tmp  ❯❯❯ cchruby 2.2[?1l> ~/tmp  ❯❯❯ chruby 2.2
]2;chruby]1;chruby% ]2;~/tmp]1;~/tmp ~/tmp  ❯❯❯ [?1h= ~/tmp  ❯❯❯ bbundle ex chruby 2.2ls -l bundle exec rails new new-solidus-test[?1l> ~/tmp  ❯❯❯ bundle exec rails new new-solidus-test
]2;bundle]1;bundle create
 create README.rdoc
 create Rakefile
 create config.ru
 create .gitignore
 create Gemfile
 create app
 create app/assets/javascripts/application.js
 create app/assets/stylesheets/application.css
 create app/controllers/application_controller.rb
 create app/helpers/application_helper.rb
 create app/views/layouts/application.html.erb
 create app/assets/images/.keep
 create app/mailers/.keep
 create app/models/.keep
 create app/controllers/concerns/.keep
 create app/models/concerns/.keep
 create bin
 create bin/bundle
 create bin/rails
 create bin/rake
 create bin/setup
 create config
 create config/routes.rb
 create config/application.rb
 create config/environment.rb
 create config/secrets.yml
 create config/environments
 create config/environments/development.rb
 create config/environments/production.rb
 create config/environments/test.rb
 create config/initializers
 create config/initializers/assets.rb
 create config/initializers/backtrace_silencers.rb
 create config/initializers/cookies_serializer.rb
 create config/initializers/filter_parameter_logging.rb
 create config/initializers/inflections.rb
 create config/initializers/mime_types.rb
 create config/initializers/session_store.rb
 create config/initializers/wrap_parameters.rb
 create config/locales
 create config/locales/en.yml
 create config/boot.rb
 create config/database.yml
 create db
 create db/seeds.rb
 create lib
 create lib/tasks
 create lib/tasks/.keep
 create lib/assets
 create lib/assets/.keep
 create log
 create log/.keep
 create public
 create public/404.html
 create public/422.html
 create public/500.html
 create public/favicon.ico
 create public/robots.txt
 create test/fixtures
 create test/fixtures/.keep
 create test/controllers
 create test/controllers/.keep
 create test/mailers
 create test/mailers/.keep
 create test/models
 create test/models/.keep
 create test/helpers
 create test/helpers/.keep
 create test/integration
 create test/integration/.keep
 create test/test_helper.rb
 create tmp/cache
 create tmp/cache/assets
 create vendor/assets/javascripts
 create vendor/assets/javascripts/.keep
 create vendor/assets/stylesheets
 create vendor/assets/stylesheets/.keep
 run bundle install
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies....
Using rake 10.4.2
Installing i18n 0.7.0
Installing json 1.8.3 with native extensions
Installing minitest 5.8.3
Installing thread_safe 0.3.5
Installing tzinfo 1.2.2
Installing activesupport 4.2.5
Installing builder 3.2.2
Installing erubis 2.7.0
Installing mini_portile2 2.0.0
Installing nokogiri 1.6.7.1 with native extensions
Installing rails-deprecated_sanitizer 1.0.3
Installing rails-dom-testing 1.0.7
Installing loofah 2.0.3
Installing rails-html-sanitizer 1.0.2
Installing actionview 4.2.5
Installing rack 1.6.4
Installing rack-test 0.6.3
Installing actionpack 4.2.5
Installing globalid 0.3.6
Installing activejob 4.2.5
Installing mime-types 2.99
Installing mail 2.6.3
Installing actionmailer 4.2.5
Installing activemodel 4.2.5
Installing arel 6.0.3
Installing activerecord 4.2.5
Installing debug_inspector 0.0.2 with native extensions
Installing binding_of_caller 0.7.2 with native extensions
Using bundler 1.10.6
Installing byebug 8.2.1 with native extensions
Installing coffee-script-source 1.10.0
Installing execjs 2.6.0
Installing coffee-script 2.4.1
Installing thor 0.19.1
Installing railties 4.2.5
Installing coffee-rails 4.1.1
Installing concurrent-ruby 1.0.0
Installing multi_json 1.11.2
Installing jbuilder 2.4.0
Installing jquery-rails 4.0.5
Installing sprockets 3.5.2
Installing sprockets-rails 3.0.0
Installing rails 4.2.5
Installing rdoc 4.2.1
Installing sass 3.4.20
Installing tilt 2.0.2
Installing sass-rails 5.0.4
Installing sdoc 0.4.1
Installing spring 1.6.1
Installing sqlite3 1.3.11 with native extensions
Installing turbolinks 2.5.3
Installing uglifier 2.7.2
Installing web-console 2.2.1
Bundle complete! 12 Gemfile dependencies, 54 gems now installed.
Bundled gems are installed into ./vendor/bundle.
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
 run bundle exec spring binstub --all
* bin/rake: spring inserted
* bin/rails: spring inserted
% ]2;~/tmp]1;~/tmp ~/tmp  ❯❯❯ [?1h= ~/tmp  ❯❯❯ ccd so  n... ~/tmp  ❯❯❯ cd new-solidus-test/ [?1l> ~/tmp  ❯❯❯ cd new-solidus-test
]2;cd]1;cd% ]2;~/tmp/new-solidus-test]1;...solidus-test ~/t/new-solidus-test  ❯❯❯ [?1h= ~/t/new-solidus-test  ❯❯❯ vvim Gem... ~/t/new-solidus-test  ❯❯❯ vim Gemfile[?1l> ~/t/new-solidus-test  ❯❯❯ vim Gemfile
]2;vim]1;vim[?1049h[?1h=▽ [?12;25h[?12l[?25h[?25l"Gemfile" 47L, 1502C[>c 1 source 'https://rubygems.org'  2   3   4 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'  5 gem 'rails', '4.2.5'  6 # Use sqlite3 as the database for Active Record  7 gem 'sqlite3'  8 # Use SCSS for stylesheets  9 gem 'sass-rails', '~> 5.0'  10 # Use Uglifier as compressor for JavaScript assets  11 gem 'uglifier', '>= 1.3.0'  12 # Use CoffeeScript for .coffee assets and views  13 gem 'coffee-rails', '~> 4.1.0'  14 # See https://github.com/rails/execjs#readme for more supported runtimes  15 # gem 'therubyracer', platforms: :ruby  16   17 # Use jquery as the JavaScript library  18 gem 'jquery-rails'  19 # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks  20 gem 'turbolinks'  21 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder  22 gem 'jbuilder', '~> 2.0'  23 # bundle exec rake doc:rails generates the API under doc/api.  24 gem 'sdoc', '~> 0.4.0', group: :doc  25   26 # Use ActiveModel has_secure_password  27 # gem 'bcrypt', '~> 3.1.7'  28   29 # Use Unicorn as the app server  30 # gem 'unicorn'  31   32 # Use Capistrano for deployment  33 # gem 'capistrano-rails', group: :development  34   35 group :development, :test do  36  # Call 'byebug' anywhere in the code to stop execution and get a debugger console  37  gem 'byebug'  38 end  39   40 group :development do  41  # Access an IRB console on exception pages or by using <%= console %> in views  42  gem 'web-console', '~> 2.0'  43   44  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring  45  gem 'spring'  46 end  47  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  NORMAL >> Gemfile < ruby < utf-8[unix] < 2% : 1: 1 [?12l[?25h[?25lj 42: 0[?12l[?25h[?25lj 63:[?12l[?25h[?25lj 84: 1[?12l[?25h[?25lj 105:[?12l[?25h[?25lj 26:[?12l[?25h[?25lj 47:[?12l[?25h[?25lj 78:[?12l[?25h[?25lj 99:[?12l[?25h[?25lj 2110:[?12l[?25h[?25lj 31:[?12l[?25h[?25lj 52:[?12l[?25h[?25lj 73:[?12l[?25h[?25lj 94:[?12l[?25h[?25lj 315:[?12l[?25h[?25lj 46: 0[?12l[?25h[?25lj 67: 1[?12l[?25h[?25lj 88:[?12l[?25h[?25lj 409:[?12l[?25h[?25lj 220:[?12l[?25h[?25lj 41:[?12l[?25h[?25lj 62:[?12l[?25h[?25lj 83:[?12l[?25h[?25lj 514:[?12l[?25h[?25lj 35: 0[?12l[?25h[?25lj 56: 1[?12l[?25h[?25lk 35: 0[?12l[?25h[?25lk 14: 1[?12l[?25h[?25lo -- INSERT -- Use ActiveModel has_secure_password# gem 'bcrypt', '~> 3.1.7' Use Unicorn as the app server# gem 'unicorn' Use Capistrano for deployment # gem 'capistrano-rails', group: :development group :development, :test do  # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug'end group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 2.0'  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring'end
 48    INSERT  >> Gemfile[+] < ruby < utf-8[unix] < 52% : 25:: 1 [?12l[?25h[?25l Use ActiveModel has_secure_password# gem 'bcrypt', '~> 3.1.7' Use Unicorn as the app server# gem 'unicorn' Use Capistrano for deployment # gem 'capistrano-rails', group: :development group :development, :test do  # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug'end group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 2.0'  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring'end
 49   36:[?12l[?25h[?25lg2[?12l[?25h[?25le3[?12l[?25h[?25lm4[?12l[?25h[?25l5[?12l[?25h[?25l''6[?12l[?25h[?25l NORMAL  >>< ruby < utf-8[unix] < 53% : 26:: 5 [?12l[?25h[?25ld[?12l[?25h[?25ld  # Use ActiveModel has_secure_passwordgem 'bcrypt', '~> 3.1.7'  # Use Unicorn as the app servergem 'unicorn'  # Use Capistrano for deploymentgem 'capistrano-rails', group: :development group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger consolegem 'byebug'  end  group :development do # Access an IRB console on exception pages or by using <%= console %> in viewsgem 'web-console', '~> 2.0'   # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/springgem 'spring'  end 
~ 40[?12l[?25h[?25li -- INSERT -- INSERT  >>< ruby < utf-8[unix] < 54% : 26:: 1 [?12l[?25h[?25lgem 'solidus'gem 'solidus_auth_devise' Use ActiveModel has_secure_password# gem 'bcrypt', '~> 3.1.7' Use Unicorn as the app server# gem 'unicorn' Use Capistrano for deployment # gem 'capistrano-rails', group: :development group :development, :test do  # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug'end group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 2.0'  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring'end
 49   57: 26[?12l[?25h[?25l Use ActiveModel has_secure_password# gem 'bcrypt', '~> 3.1.7' Use Unicorn as the app server# gem 'unicorn' Use Capistrano for deployment # gem 'capistrano-rails', group: :development group :development, :test do  # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug'end group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 2.0'  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring'end
 50   68: 1[?12l[?25h[?25l NORMAL  >>< ruby < utf-8[unix] < 56% : 28:: 0 [?12l[?25h[?25l::[?12l[?25hw[?25l[?12l[?25hq[?25l[?12l[?25h [?25l"Gemfile" 50L, 1543C written
[?1l>[?12l[?25h[?1049l% ]2;~/tmp/new-solidus-test]1;...solidus-test ~/t/new-solidus-test  ❯❯❯ [?1h= ~/t/new-solidus-test  ❯❯❯ bbundle[?1l> ~/t/new-solidus-test  ❯❯❯ bundle
]2;bundle]1;bundleFetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies....
Using rake 10.4.2
Using i18n 0.7.0
Using json 1.8.3
Using minitest 5.8.3
Using thread_safe 0.3.5
Using tzinfo 1.2.2
Using activesupport 4.2.5
Using builder 3.2.2
Using erubis 2.7.0
Using mini_portile2 2.0.0
Using nokogiri 1.6.7.1
Using rails-deprecated_sanitizer 1.0.3
Using rails-dom-testing 1.0.7
Using loofah 2.0.3
Using rails-html-sanitizer 1.0.2
Using actionview 4.2.5
Using rack 1.6.4
Using rack-test 0.6.3
Using actionpack 4.2.5
Using globalid 0.3.6
Using activejob 4.2.5
Using mime-types 2.99
Using mail 2.6.3
Using actionmailer 4.2.5
Installing activemerchant 1.48.0
Using activemodel 4.2.5
Using arel 6.0.3
Using activerecord 4.2.5
Installing acts_as_list 0.7.2
Installing addressable 2.4.0
Installing awesome_nested_set 3.0.2
Installing bcrypt 3.1.10 with native extensions
Using debug_inspector 0.0.2
Using binding_of_caller 0.7.2
Using sass 3.4.20
Using thor 0.19.1
Installing bourbon 4.2.6
Using bundler 1.10.6
Using byebug 8.2.1
Installing camertron-eprun 1.1.0
Installing cancancan 1.13.1
Using railties 4.2.5
Using concurrent-ruby 1.0.0
Using sprockets 3.5.2
Using sprockets-rails 3.0.0
Using rails 4.2.5
Installing canonical-rails 0.0.11
Installing carmen 1.0.2
Installing cldr-plurals-runtime-rb 1.0.1
Installing climate_control 0.0.3
Installing cocaine 0.5.8
Using coffee-script-source 1.10.0
Using execjs 2.6.0
Using coffee-script 2.4.1
Using coffee-rails 4.1.1
Installing colorize 0.7.7
Installing css_parser 1.3.7
Installing polyglot 0.3.5
Installing deface 1.0.2
Installing orm_adapter 0.5.0
Installing responders 2.1.1
Installing warden 1.2.4
Installing devise 3.5.3
Installing devise-encryptable 0.1.2
Installing ffaker 1.32.1
Installing font-awesome-rails 4.5.0.0
Installing friendly_id 5.0.5
Using multi_json 1.11.2
Using tilt 2.0.2
Installing handlebars_assets 0.19.1
Installing highline 1.6.21
Installing htmlentities 4.3.4
Using jbuilder 2.4.0
Using jquery-rails 4.0.5
Installing jquery-ui-rails 5.0.5
Installing kaminari 0.16.3
Installing money 6.6.1
Installing monetize 1.3.1
Installing paperclip 4.2.4
Installing paranoia 2.1.4
Installing polyamorous 1.3.0
Installing premailer 1.8.6
Installing premailer-rails 1.9.0
Installing rabl 0.11.7
Installing ransack 1.6.6
Using rdoc 4.2.1
Using sass-rails 5.0.4
Using sdoc 0.4.1
Installing select2-rails 3.5.9.1
Installing state_machines 0.4.0
Installing state_machines-activemodel 0.3.0
Installing state_machines-activerecord 0.3.0
Installing stringex 1.5.1
Installing truncate_html 0.9.2
Installing twitter_cldr 3.2.1
Installing solidus_core 1.1.0
Installing versioncake 2.3.1
Installing solidus_api 1.1.0
Installing solidus_backend 1.1.0
Installing solidus_frontend 1.1.0
Installing solidus_sample 1.1.0
Installing solidus 1.1.0
Installing solidus_auth_devise 1.2.3
Using spring 1.6.1
Using sqlite3 1.3.11
Using turbolinks 2.5.3
Using uglifier 2.7.2
Using web-console 2.2.1
Bundle complete! 14 Gemfile dependencies, 108 gems now installed.
Bundled gems are installed into ./vendor/bundle.
Post-install message from money:
Please note the following API changes in Money version 6
- Money#amount, Money#dollars methods now return instances of BigDecimal (rather than Float).
Please read the migration notes at https://github.com/RubyMoney/money#migration-notes
and choose the migration that best suits your application.
Test responsibly :-)
% ]2;~/tmp/new-solidus-test]1;...solidus-test ~/t/new-solidus-test  ❯❯❯ [?1h= ~/t/new-solidus-test  ❯❯❯ bundle bbundle exec rails g spree:install[?1l> ~/t/new-solidus-test  ❯❯❯ bundle exec rails g spree:install
]2;bundle]1;bundle/home/gregor/tmp/new-solidus-test/vendor/bundle/gems/handlebars_assets-0.19.1/lib/handlebars_assets.rb:20:in `block in register_extensions': undefined method `register_engine' for nil:NilClass (NoMethodError)
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/handlebars_assets-0.19.1/lib/handlebars_assets.rb:19:in `each'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/handlebars_assets-0.19.1/lib/handlebars_assets.rb:19:in `register_extensions'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/handlebars_assets-0.19.1/lib/handlebars_assets/engine.rb:5:in `block in <class:Engine>'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
from /home/gregor/.rubies/ruby-2.2.2/lib/ruby/2.2.0/tsort.rb:226:in `block in tsort_each'
from /home/gregor/.rubies/ruby-2.2.2/lib/ruby/2.2.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
from /home/gregor/.rubies/ruby-2.2.2/lib/ruby/2.2.0/tsort.rb:429:in `each_strongly_connected_component_from'
from /home/gregor/.rubies/ruby-2.2.2/lib/ruby/2.2.0/tsort.rb:347:in `block in each_strongly_connected_component'
from /home/gregor/.rubies/ruby-2.2.2/lib/ruby/2.2.0/tsort.rb:345:in `each'
from /home/gregor/.rubies/ruby-2.2.2/lib/ruby/2.2.0/tsort.rb:345:in `call'
from /home/gregor/.rubies/ruby-2.2.2/lib/ruby/2.2.0/tsort.rb:345:in `each_strongly_connected_component'
from /home/gregor/.rubies/ruby-2.2.2/lib/ruby/2.2.0/tsort.rb:224:in `tsort_each'
from /home/gregor/.rubies/ruby-2.2.2/lib/ruby/2.2.0/tsort.rb:203:in `tsort_each'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
from /home/gregor/tmp/new-solidus-test/config/environment.rb:5:in `<top (required)>'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:274:in `block in require'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:240:in `load_dependency'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:274:in `require'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/spring-1.6.1/lib/spring/application.rb:92:in `preload'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/spring-1.6.1/lib/spring/application.rb:143:in `serve'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/spring-1.6.1/lib/spring/application.rb:131:in `block in run'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/spring-1.6.1/lib/spring/application.rb:125:in `loop'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/spring-1.6.1/lib/spring/application.rb:125:in `run'
from /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/spring-1.6.1/lib/spring/application/boot.rb:18:in `<top (required)>'
from /home/gregor/.rubies/ruby-2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /home/gregor/.rubies/ruby-2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from -e:1:in `<main>'
% ]2;~/tmp/new-solidus-test]1;...solidus-test ~/t/new-solidus-test  ❯❯❯ [?1h= ~/t/new-solidus-test  ❯❯❯ vvim Gem... ~/t/new-solidus-test  ❯❯❯ vim Gemfile.lo... ~/t/new-solidus-test  ❯❯❯ vim Gemfile.lock   vvim Gem... ~/t/new-solidus-test  ❯❯❯ vim Gemfile.lo... ~/t/new-solidus-test  ❯❯❯ vim Gemfile.lock  [?1l> ~/t/new-solidus-test  ❯❯❯ vim Gemfile.lock
]2;vim]1;vim[?1049h[?1h=▽ [?12;25h[?12l[?25h[?25l"Gemfile.lock" 330L, 8346C[>c 1 GEM  2  remote: https://rubygems.org/  3  specs:  4  actionmailer (4.2.5)  5  actionpack (= 4.2.5)  6  actionview (= 4.2.5)  7  activejob (= 4.2.5)  8  mail (~> 2.5, >= 2.5.4)  9  rails-dom-testing (~> 1.0, >= 1.0.5)  10  actionpack (4.2.5)  11  actionview (= 4.2.5)  12  activesupport (= 4.2.5)  13  rack (~> 1.6)  14  rack-test (~> 0.6.2)  15  rails-dom-testing (~> 1.0, >= 1.0.5)  16  rails-html-sanitizer (~> 1.0, >= 1.0.2)  17  actionview (4.2.5)  18  activesupport (= 4.2.5)  19  builder (~> 3.1)  20  erubis (~> 2.7.0)  21  rails-dom-testing (~> 1.0, >= 1.0.5)  22  rails-html-sanitizer (~> 1.0, >= 1.0.2)  23  activejob (4.2.5)  24  activesupport (= 4.2.5)  25  globalid (>= 0.3.0)  26  activemerchant (1.48.0)  27  activesupport (>= 3.2.14, < 5.0.0)  28  builder (>= 2.1.2, < 4.0.0)  29  i18n (>= 0.6.9)  30  nokogiri (~> 1.4)  31  activemodel (4.2.5)  32  activesupport (= 4.2.5)  33  builder (~> 3.1)  34  activerecord (4.2.5)  35  activemodel (= 4.2.5)  36  activesupport (= 4.2.5)  37  arel (~> 6.0)  38  activesupport (4.2.5)  39  i18n (~> 0.7)  40  json (~> 1.7, >= 1.7.7)  41  minitest (~> 5.1)  42  thread_safe (~> 0.3, >= 0.3.4)  43  tzinfo (~> 1.1)  44  acts_as_list (0.7.2)  45  activerecord (>= 3.0)  46  addressable (2.4.0)  47  arel (6.0.3)  48  awesome_nested_set (3.0.2)  49  activerecord (>= 4.0.0, < 5)  50  bcrypt (3.1.10)  51  binding_of_caller (0.7.2)  52  debug_inspector (>= 0.0.1)  53  bourbon (4.2.6)  54  sass (~> 3.4)  55  thor (~> 0.19)  56  builder (3.2.2)  57  byebug (8.2.1)  58  camertron-eprun (1.1.0)  59  cancancan (1.13.1)  60  canonical-rails (0.0.11)  61  rails (>= 3.1, < 5.0)  62  carmen (1.0.2)  63  activesupport (>= 3.0.0)  64  cldr-plurals-runtime-rb (1.0.1)  NORMAL >> Gemfile.lock << utf-8[unix] < 0% : 1: 1 [?12l[?25h[?25l//[?12l[?25hs[?25lsCOMMAND >> Gemfile.lock2: 15
/s[?12l[?25hp[?25lssp3: 3
/sp[?12l[?25hr[?25l 76  colorize (0.7.7)  77  concurrent-ruby (1.0.0)  78  css_parser (1.3.7)  79  addressable  80  debug_inspector (0.0.2)  81  deface (1.0.2)  82  colorize (>= 0.5.8)  83  nokogiri (~> 1.6.0)  84  polyglot  85  rails (>= 3.1)  86  devise (3.5.3)  87  bcrypt (~> 3.0)  88  orm_adapter (~> 0.1)  89  railties (>= 3.2.6, < 5)  90  responders  91  thread_safe (~> 0.1)  92  warden (~> 1.2.3)  93  devise-encryptable (0.1.2)  94  devise (>= 2.1.0)  95  erubis (2.7.0)  96  execjs (2.6.0)  97  ffaker (1.32.1)  98  font-awesome-rails (4.5.0.0)  99  railties (>= 3.2, < 5.0) 100  friendly_id (5.0.5) 101  activerecord (>= 4.0.0) 102  globalid (0.3.6) 103  activesupport (>= 4.1.0) 104  handlebars_assets (0.19.1) 105  execjs (>= 1.2.9) 106  multi_json 107  sprockets (>= 2.0.3) 108  tilt 109  highline (1.6.21) 110  htmlentities (4.3.4) 111  i18n (0.7.0) 112  jbuilder (2.4.0) 113  activesupport (>= 3.0.0, < 5.1) 114  multi_json (~> 1.2) 115  jquery-rails (4.0.5) 116  rails-dom-testing (~> 1.0) 117  railties (>= 4.2.0) 118  thor (>= 0.14, < 2.0) 119  jquery-ui-rails (5.0.5) 120  railties (>= 3.2.16) 121  json (1.8.3) 122  kaminari (0.16.3) 123  actionpack (>= 3.0.0) 124  activesupport (>= 3.0.0) 125  loofah (2.0.3) 126  nokogiri (>= 1.5.9) 127  mail (2.6.3) 128  mime-types (>= 1.16, < 3) 129  mime-types (2.99) 130  mini_portile2 (2.0.0) 131  minitest (5.8.3) 132  monetize (1.3.1) 133  money (~> 6.6) 134  money (6.6.1) 135  i18n (>= 0.6.4, <= 0.7.0) 136  multi_json (1.11.2) 137  nokogiri (1.6.7.1) 138  mini_portile2 (~> 2.0.0.rc2) 139  orm_adapter (0.5.0)  COMMAND >> Gemfile.lock << utf-8[unix] < 32% : 107: 7 /spr[?12l[?25ho[?25lo[?12l[?25hc[?25lc[?12l[?25hk[?25lk[?12l[?25he[?25le[?12l[?25ht[?25lt[?12l[?25hs[?25ls[?12l[?25h [?25lsprocketsNORMALD >> Gemfile.lock [?12l[?25h[?25ln140  paperclip (4.2.4) 141  activemodel (>= 3.2.0) 142  activesupport (>= 3.2.0) 143  cocaine (~> 0.5.5) 144  mime-types 145  paranoia (2.1.4) 146  activerecord (~> 4.0) 147  polyamorous (1.3.0) 148  activerecord (>= 3.0) 149  polyglot (0.3.5) 150  premailer (1.8.6) 151  css_parser (>= 1.3.6) 152  htmlentities (>= 4.0.0) 153  premailer-rails (1.9.0) 154  actionmailer (>= 3, < 5) 155  premailer (~> 1.7, >= 1.7.9) 156  rabl (0.11.7) 157  activesupport (>= 2.3.14) 158  rack (1.6.4) 159  rack-test (0.6.3) 160  rack (>= 1.0) 161  rails (4.2.5) 162  actionmailer (= 4.2.5) 163  actionpack (= 4.2.5) 164  actionview (= 4.2.5) 165  activejob (= 4.2.5) 166  activemodel (= 4.2.5) 167  activerecord (= 4.2.5) 168  activesupport (= 4.2.5) 169  bundler (>= 1.3.0, < 2.0) 170  railties (= 4.2.5) 171  sprockets-rails 172  rails-deprecated_sanitizer (1.0.3) 5171:[?12l[?25h[?25ln
/sprockets173  activesupport (>= 4.2.0.alpha) 174  rails-dom-testing (1.0.7) 175  activesupport (>= 4.2.0.beta, < 5.0) 176  nokogiri (~> 1.6.0) 177  rails-deprecated_sanitizer (>= 1.0.1) 178  rails-html-sanitizer (1.0.2) 179  loofah (~> 2.0) 180  railties (4.2.5) 181  actionpack (= 4.2.5) 182  activesupport (= 4.2.5) 183  rake (>= 0.8.7) 184  thor (>= 0.18.1, < 2.0) 185  rake (10.4.2) 186  ransack (1.6.6) 187  actionpack (>= 3.0) 188  activerecord (>= 3.0) 189  activesupport (>= 3.0) 190  i18n 191  polyamorous (~> 1.2) 192  rdoc (4.2.1) 193  json (~> 1.4) 194  responders (2.1.1) 195  railties (>= 4.2.0, < 5.1) 196  sass (3.4.20) 197  sass-rails (5.0.4) 198  railties (>= 4.0.0, < 5.0) 199  sass (~> 3.1) 200  sprockets (>= 2.8, < 4.0) 201  sprockets-rails (>= 2.0, < 4.0) 60200:[?12l[?25h[?25ln
/sprockets
202  tilt (>= 1.1, < 3) 1:[?12l[?25h[?25ln
/sprockets234  activemerchant (~> 1.48.0) 235  acts_as_list (~> 0.3) 236  awesome_nested_set (~> 3.0.1) 237  cancancan (~> 1.10) 238  carmen (~> 1.0.0) 239  deface (~> 1.0.0) 240  ffaker (~> 1.16) 241  font-awesome-rails (~> 4.0) 242  friendly_id (~> 5.0.4) 243  highline (~> 1.6.18) 244  json (~> 1.7) 245  kaminari (~> 0.15, >= 0.15.1) 246  monetize (~> 1.1) 247  paperclip (~> 4.2.0) 248  paranoia (~> 2.1.0) 249  premailer-rails 250  rails (~> 4.2.0) 251  ransack (~> 1.6.0) 252  responders 253  state_machines-activerecord (~> 0.2) 254  stringex (~> 1.5.1) 255  truncate_html (= 0.9.2) 256  twitter_cldr (~> 3.0) 257  solidus_frontend (1.1.0) 258  canonical-rails (~> 0.0.4) 259  jquery-rails 260  solidus_api (= 1.1.0) 261  solidus_core (= 1.1.0) 262  solidus_sample (1.1.0) 263  solidus_core (= 1.1.0) 264  spring (1.6.1) 265  sprockets (3.5.2) 266  concurrent-ruby (~> 1.0) 267  rack (> 1, < 3) 268  sprockets-rails (3.0.0) 269  actionpack (>= 4.0) 270  activesupport (>= 4.0) 271  sprockets (>= 3.0.0) 272  sqlite3 (1.3.11) 273  state_machines (0.4.0) 274  state_machines-activemodel (0.3.0) 275  activemodel (~> 4.1) 276  state_machines (>= 0.4.0) 277  state_machines-activerecord (0.3.0) 278  activerecord (~> 4.1) 279  state_machines-activemodel (>= 0.3.0) 280  stringex (1.5.1) 281  thor (0.19.1) 282  thread_safe (0.3.5) 283  tilt (2.0.2) 284  truncate_html (0.9.2) 285  turbolinks (2.5.3) 286  coffee-rails 287  twitter_cldr (3.2.1) 288  camertron-eprun 289  cldr-plurals-runtime-rb (~> 1.0.0) 290  json 291  tzinfo 292  tzinfo (1.2.2) 293  thread_safe (~> 0.1) 294  uglifier (2.7.2) 295  execjs (>= 0.3.0) 296  json (>= 1.8.0) 297  versioncake (2.3.1)  NORMAL >> Gemfile.lock << utf-8[unix] < 80% : 265: 5 [?12l[?25h[?25lj 6:[?12l[?25h[?25lk 5:[?12l[?25h[?25lk 4:[?12l[?25h[?25lg[?12l[?25h[?25l gg  1 GEM  2  remote: https://rubygems.org/  3  specs:  4  actionmailer (4.2.5)  5  actionpack (= 4.2.5)  6  actionview (= 4.2.5)  7  activejob (= 4.2.5)  8  mail (~> 2.5, >= 2.5.4)  9  rails-dom-testing (~> 1.0, >= 1.0.5)  10  actionpack (4.2.5)  11  actionview (= 4.2.5)  12  activesupport (= 4.2.5)  13  rack (~> 1.6)  14  rack-test (~> 0.6.2)  15  rails-dom-testing (~> 1.0, >= 1.0.5)  16  rails-html-sanitizer (~> 1.0, >= 1.0.2)  17  actionview (4.2.5)  18  activesupport (= 4.2.5)  19  builder (~> 3.1)  20  erubis (~> 2.7.0)  21  rails-dom-testing (~> 1.0, >= 1.0.5)  22  rails-html-sanitizer (~> 1.0, >= 1.0.2)  23  activejob (4.2.5)  24  activesupport (= 4.2.5)  25  globalid (>= 0.3.0)  26  activemerchant (1.48.0)  27  activesupport (>= 3.2.14, < 5.0.0)  28  builder (>= 2.1.2, < 4.0.0)  29  i18n (>= 0.6.9)  30  nokogiri (~> 1.4)  31  activemodel (4.2.5)  32  activesupport (= 4.2.5)  33  builder (~> 3.1)  34  activerecord (4.2.5)  35  activemodel (= 4.2.5)  36  activesupport (= 4.2.5)  37  arel (~> 6.0)  38  activesupport (4.2.5)  39  i18n (~> 0.7)  40  json (~> 1.7, >= 1.7.7)  41  minitest (~> 5.1)  42  thread_safe (~> 0.3, >= 0.3.4)  43  tzinfo (~> 1.1)  44  acts_as_list (0.7.2)  45  activerecord (>= 3.0)  46  addressable (2.4.0)  47  arel (6.0.3)  48  awesome_nested_set (3.0.2)  49  activerecord (>= 4.0.0, < 5)  50  bcrypt (3.1.10)  51  binding_of_caller (0.7.2)  52  debug_inspector (>= 0.0.1)  53  bourbon (4.2.6)  54  sass (~> 3.4)  55  thor (~> 0.19)  56  builder (3.2.2)  57  byebug (8.2.1)  58  camertron-eprun (1.1.0)  59  cancancan (1.13.1)  60  canonical-rails (0.0.11)  61  rails (>= 3.1, < 5.0)  62  carmen (1.0.2)  63  activesupport (>= 3.0.0)  64  cldr-plurals-runtime-rb (1.0.1)  NORMAL >> Gemfile.lock << utf-8[unix] < 0% : 1: 1 [?12l[?25h[?25l//[?12l[?25hs[?25lsCOMMAND >> Gemfile.lock2: 15
/s[?12l[?25ho[?25lsso1240: 8
/so[?12l[?25hl[?25l177  rails-deprecated_sanitizer (>= 1.0.1) 178  rails-html-sanitizer (1.0.2) 179  loofah (~> 2.0) 180  railties (4.2.5) 181  actionpack (= 4.2.5) 182  activesupport (= 4.2.5) 183  rake (>= 0.8.7) 184  thor (>= 0.18.1, < 2.0) 185  rake (10.4.2) 186  ransack (1.6.6) 187  actionpack (>= 3.0) 188  activerecord (>= 3.0) 189  activesupport (>= 3.0) 190  i18n 191  polyamorous (~> 1.2) 192  rdoc (4.2.1) 193  json (~> 1.4) 194  responders (2.1.1) 195  railties (>= 4.2.0, < 5.1) 196  sass (3.4.20) 197  sass-rails (5.0.4) 198  railties (>= 4.0.0, < 5.0) 199  sass (~> 3.1) 200  sprockets (>= 2.8, < 4.0) 201  sprockets-rails (>= 2.0, < 4.0) 202  tilt (>= 1.1, < 3) 203  sdoc (0.4.1) 204  json (~> 1.7, >= 1.7.7) 205  rdoc (~> 4.0) 206  select2-rails (3.5.9.1) 207  thor (~> 0.14) 208  solidus (1.1.0) 209  solidus_api (= 1.1.0) 210  solidus_backend (= 1.1.0) 211  solidus_core (= 1.1.0) 212  solidus_frontend (= 1.1.0) 213  solidus_sample (= 1.1.0) 214  solidus_api (1.1.0) 215  rabl (>= 0.9.4.pre1, < 0.12.0) 216  solidus_core (= 1.1.0) 217  versioncake (~> 2.3.1) 218  solidus_auth_devise (1.2.3) 219  deface (~> 1.0.0) 220  devise (~> 3.5.1) 221  devise-encryptable (= 0.1.2) 222  json 223  multi_json 224  solidus_core (>= 1.1.0.alpha, < 2) 225  solidus_backend (1.1.0) 226  bourbon 227  handlebars_assets 228  jquery-rails 229  jquery-ui-rails (~> 5.0.0) 230  select2-rails (= 3.5.9.1) 231  solidus_api (= 1.1.0) 232  solidus_core (= 1.1.0) 233  solidus_core (1.1.0) 234  activemerchant (~> 1.48.0) 235  acts_as_list (~> 0.3) 236  awesome_nested_set (~> 3.0.1) 237  cancancan (~> 1.10) 238  carmen (~> 1.0.0) 239  deface (~> 1.0.0) 240  ffaker (~> 1.16)  COMMAND >> Gemfile.lock << utf-8[unix] < 63% : 208: 5 /sol[?12l[?25hi[?25li[?12l[?25hd[?25ld[?12l[?25hu[?25lu[?12l[?25hs[?25ls[?12l[?25h [?25lsolidusNORMALD >> Gemfile.lock [?12l[?25h[?25ln9: 7[?12l[?25h[?25ln10:[?12l[?25h[?25l::[?12l[?25hq[?25l[?12l[?25h [?25l[?1l>[?12l[?25h[?1049l% ]2;~/tmp/new-solidus-test]1;...solidus-test ~/t/new-solidus-test  ❯❯❯ [?1h= ~/t/new-solidus-test  ❯❯❯ vvim Gem... ~/t/new-solidus-test  ❯❯❯ vim Gemfile[?1l> ~/t/new-solidus-test  ❯❯❯ vim Gemfile
]2;vim]1;vim[?1049h[?1h=▽ [?12;25h[?12l[?25h[?25l"Gemfile" 50L, 1543C[>c 1 source 'https://rubygems.org'  2   3   4 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'  5 gem 'rails', '4.2.5'  6 # Use sqlite3 as the database for Active Record  7 gem 'sqlite3'  8 # Use SCSS for stylesheets  9 gem 'sass-rails', '~> 5.0'  10 # Use Uglifier as compressor for JavaScript assets  11 gem 'uglifier', '>= 1.3.0'  12 # Use CoffeeScript for .coffee assets and views  13 gem 'coffee-rails', '~> 4.1.0'  14 # See https://github.com/rails/execjs#readme for more supported runtimes  15 # gem 'therubyracer', platforms: :ruby  16   17 # Use jquery as the JavaScript library  18 gem 'jquery-rails'  19 # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks  20 gem 'turbolinks'  21 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder  22 gem 'jbuilder', '~> 2.0'  23 # bundle exec rake doc:rails generates the API under doc/api.  24 gem 'sdoc', '~> 0.4.0', group: :doc  25   26 gem 'solidus'  27 gem 'solidus_auth_devise'  28   29 # Use ActiveModel has_secure_password  30 # gem 'bcrypt', '~> 3.1.7'  31   32 # Use Unicorn as the app server  33 # gem 'unicorn'  34   35 # Use Capistrano for deployment  36 # gem 'capistrano-rails', group: :development  37   38 group :development, :test do  39  # Call 'byebug' anywhere in the code to stop execution and get a debugger console  40  gem 'byebug'  41 end  42   43 group :development do  44  # Access an IRB console on exception pages or by using <%= console %> in views  45  gem 'web-console', '~> 2.0'  46   47  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring  48  gem 'spring'  49 end  50  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  NORMAL >> Gemfile < ruby < utf-8[unix] < 2% : 1: 1 [?12l[?25h[?25lj 42: 0[?12l[?25h[?25lj 63:[?12l[?25h[?25lj 84: 1[?12l[?25h[?25lj 105:[?12l[?25h[?25lj 26:[?12l[?25h[?25lj 47:[?12l[?25h[?25lj 68:[?12l[?25h[?25lj 89:[?12l[?25h[?25lj 2010:[?12l[?25h[?25lj 21:[?12l[?25h[?25lj 42:[?12l[?25h[?25lj 63:[?12l[?25h[?25lj 84:[?12l[?25h[?25lj 305:[?12l[?25h[?25lj 26: 0[?12l[?25h[?25lj 47: 1[?12l[?25h[?25lj 68:[?12l[?25h[?25lj 89:[?12l[?25h[?25lj 4020:[?12l[?25h[?25lj 21:[?12l[?25h[?25lj 42:[?12l[?25h[?25lj 63:[?12l[?25h[?25lj 84:[?12l[?25h[?25lj 505: 0[?12l[?25h[?25lj 26: 1[?12l[?25h[?25lj 47:[?12l[?25h[?25lk 26:[?12l[?25h[?25lo -- INSERT -- gem 'solidus_auth_devise' Use ActiveModel has_secure_password# gem 'bcrypt', '~> 3.1.7' Use Unicorn as the app server# gem 'unicorn' Use Capistrano for deployment # gem 'capistrano-rails', group: :development group :development, :test do  # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug'end group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 2.0'  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring'end
 51    INSERT  >> Gemfile[+] < ruby < utf-8[unix] < 52% : 27:: 1 [?12l[?25h[?25lbundle exec rails g spree:install34[?12l[?25h[?25l^[  NORMAL  >>< ruby < utf-8[unix] < 52% : 27:: 33 [?12l[?25h[?25l[?12l[?25h[?25l^[ [?12l[?25h[?25lk 06: 1[?12l[?25h[?25lO -- INSERT -- gem 'solidus' bundle exec rails g spree:installgem 'solidus_auth_devise' Use ActiveModel has_secure_password# gem 'bcrypt', '~> 3.1.7' Use Unicorn as the app server# gem 'unicorn' Use Capistrano for deployment # gem 'capistrano-rails', group: :development group :development, :test do  # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug'end group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 2.0'  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring'end
 52    INSERT  >>< ruby < utf-8[unix] < 50% : 26:: 1 [?12l[?25h[?25lgem 'solidus', '~> 1.1', '>= 1.1.1'36[?12l[?25h[?25l^[  NORMAL  >>< ruby < utf-8[unix] < 50% : 26:: 35 [?12l[?25h[?25lj 17: 13[?12l[?25h[?25lV1gem 'solidus -- VISUAL LINE --1 V-LINE  >>< ruby < utf-8[unix] < 51% : 27:: 13 [?12l[?25h[?25lj2'bundle exec rails g spree:install38: 34[?12l[?25h[?25ld gem 'solidus_auth_devise' # Use ActiveModel has_secure_password# gem 'bcrypt', '~> 3.1.7' Use Unicorn as the app server# gem 'unicorn' Use Capistrano for deployment# gem 'capistrano-rails', group: :development group :development, :test do  # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' end   group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 2.0' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring'end  
~ ~  NORMAL  >>< ruby < utf-8[unix] < 54% : 27:: 1 [?12l[?25h[?25l::[?12l[?25hw[?25l[?12l[?25h [?25l"Gemfile" 50L, 1565C written> Gemfile <[?12l[?25h[?25l::[?12l[?25hq[?25l[?12l[?25h [?25l[?1l>[?12l[?25h[?1049l% ]2;~/tmp/new-solidus-test]1;...solidus-test ~/t/new-solidus-test  ❯❯❯ [?1h= ~/t/new-solidus-test  ❯❯❯ bbundle[?1l> ~/t/new-solidus-test  ❯❯❯ bundle
]2;bundle]1;bundleFetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies....
Bundler could not find compatible versions for gem "solidus_core":
In snapshot (Gemfile.lock):
solidus_core (= 1.1.0)
In Gemfile:
solidus_auth_devise (>= 0) ruby depends on
solidus_core (< 2, >= 1.1.0.alpha) ruby
solidus (>= 1.1.1, ~> 1.1) ruby depends on
solidus_core (= 1.1.1) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
% ]2;~/tmp/new-solidus-test]1;...solidus-test ~/t/new-solidus-test  ❯❯❯ [?1h= ~/t/new-solidus-test  ❯❯❯ bbundle update[?1l> ~/t/new-solidus-test  ❯❯❯ bundle update
]2;bundle]1;bundleFetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies........
Using rake 10.4.2
Using i18n 0.7.0
Using json 1.8.3
Using minitest 5.8.3
Using thread_safe 0.3.5
Using tzinfo 1.2.2
Using activesupport 4.2.5
Using builder 3.2.2
Using erubis 2.7.0
Using mini_portile2 2.0.0
Using nokogiri 1.6.7.1
Using rails-deprecated_sanitizer 1.0.3
Using rails-dom-testing 1.0.7
Using loofah 2.0.3
Using rails-html-sanitizer 1.0.2
Using actionview 4.2.5
Using rack 1.6.4
Using rack-test 0.6.3
Using actionpack 4.2.5
Using globalid 0.3.6
Using activejob 4.2.5
Using mime-types 2.99
Using mail 2.6.3
Using actionmailer 4.2.5
Using activemerchant 1.48.0
Using activemodel 4.2.5
Using arel 6.0.3
Using activerecord 4.2.5
Using acts_as_list 0.7.2
Using addressable 2.4.0
Using awesome_nested_set 3.0.2
Using bcrypt 3.1.10
Using debug_inspector 0.0.2
Using binding_of_caller 0.7.2
Using sass 3.4.20
Using thor 0.19.1
Using bourbon 4.2.6
Using bundler 1.10.6
Using byebug 8.2.1
Using camertron-eprun 1.1.0
Using cancancan 1.13.1
Using railties 4.2.5
Using concurrent-ruby 1.0.0
Using sprockets 3.5.2
Installing sprockets-rails 2.3.3 (was 3.0.0)
Using rails 4.2.5
Using canonical-rails 0.0.11
Using carmen 1.0.2
Using cldr-plurals-runtime-rb 1.0.1
Using climate_control 0.0.3
Using cocaine 0.5.8
Using coffee-script-source 1.10.0
Using execjs 2.6.0
Using coffee-script 2.4.1
Using coffee-rails 4.1.1
Using colorize 0.7.7
Using css_parser 1.3.7
Using polyglot 0.3.5
Using deface 1.0.2
Using orm_adapter 0.5.0
Using responders 2.1.1
Using warden 1.2.4
Using devise 3.5.3
Using devise-encryptable 0.1.2
Using ffaker 1.32.1
Using font-awesome-rails 4.5.0.0
Using friendly_id 5.0.5
Using multi_json 1.11.2
Installing tilt 1.4.1 (was 2.0.2)
Installing handlebars_assets 0.22.0 (was 0.19.1)
Using highline 1.6.21
Using htmlentities 4.3.4
Using jbuilder 2.4.0
Using jquery-rails 4.0.5
Using jquery-ui-rails 5.0.5
Using kaminari 0.16.3
Using money 6.6.1
Using monetize 1.3.1
Using paperclip 4.2.4
Using paranoia 2.1.4
Using polyamorous 1.3.0
Using premailer 1.8.6
Using premailer-rails 1.9.0
Using rabl 0.11.7
Using ransack 1.6.6
Using rdoc 4.2.1
Using sass-rails 5.0.4
Using sdoc 0.4.1
Using select2-rails 3.5.9.1
Using state_machines 0.4.0
Using state_machines-activemodel 0.3.0
Using state_machines-activerecord 0.3.0
Using stringex 1.5.1
Using truncate_html 0.9.2
Using twitter_cldr 3.2.1
Installing solidus_core 1.1.1 (was 1.1.0)
Using versioncake 2.3.1
Installing solidus_api 1.1.1 (was 1.1.0)
Installing solidus_backend 1.1.1 (was 1.1.0)
Installing solidus_frontend 1.1.1 (was 1.1.0)
Installing solidus_sample 1.1.1 (was 1.1.0)
Installing solidus 1.1.1 (was 1.1.0)
Using solidus_auth_devise 1.2.3
Using spring 1.6.1
Using sqlite3 1.3.11
Using turbolinks 2.5.3
Using uglifier 2.7.2
Using web-console 2.2.1
Bundle updated!
% ]2;~/tmp/new-solidus-test]1;...solidus-test ~/t/new-solidus-test  ❯❯❯ [?1h= ~/t/new-solidus-test  ❯❯❯  ~/t/new-solidus-test  ❮❮❮ bundle update vim Gemfile.lockbundle exec rails g spree:install[?1l> ~/t/new-solidus-test  ❮❮❮ bundle exec rails g spree:install
]2;bundle]1;bundleRunning via Spring preloader in process 21921
 create config/initializers/spree.rb
 append public/robots.txt
 create vendor/assets/javascripts/spree/frontend
 create vendor/assets/javascripts/spree/backend
 create vendor/assets/stylesheets/spree/frontend
 create vendor/assets/stylesheets/spree/backend
 create vendor/assets/images/spree/frontend
 create vendor/assets/images/spree/backend
 create vendor/assets/javascripts/spree/frontend/all.js
 create vendor/assets/stylesheets/spree/frontend/all.css
 create vendor/assets/javascripts/spree/backend/all.js
 create vendor/assets/stylesheets/spree/backend/all.css
 create app/overrides
 append db/seeds.rb
 copying migrations
 creating database
 running migrations
 loading seed data
 rake db:seed
[WARNING] You are not setting Devise.secret_key within your application!
You must set this in config/initializers/devise.rb. Here's an example:
Devise.secret_key = "31c41ff856fa2d09d25d7d3229e646b0f7125ad1217356472d74608b0f814187ac38660c659f4fb1928fee05c7a061f65814"
loading ruby /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/solidus_core-1.1.1/db/default/spree/countries.rb
loading ruby /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/solidus_core-1.1.1/db/default/spree/return_reasons.rb
loading ruby /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/solidus_core-1.1.1/db/default/spree/roles.rb
loading ruby /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/solidus_core-1.1.1/db/default/spree/states.rb
loading ruby /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/solidus_core-1.1.1/db/default/spree/store_credit.rb
loading ruby /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/solidus_core-1.1.1/db/default/spree/stores.rb
loading ruby /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/solidus_core-1.1.1/db/default/spree/zones.rb
loading ruby /home/gregor/tmp/new-solidus-test/vendor/bundle/gems/solidus_auth_devise-1.2.3/db/default/users.rb
Create the admin user (press enter for defaults).
Email [[email protected]]:
Password [test123]:
Done!
 loading sample data
 insert config/routes.rb
**************************************************
We added the following line to your application's config/routes.rb file:
mount Spree::Core::Engine, :at => '/'
**************************************************
Spree has been installed successfully. You're all ready to go!
Enjoy!
% ]2;~/tmp/new-solidus-test]1;...solidus-test ~/t/new-solidus-test  ❮❮❮ [?1h= ~/t/new-solidus-test  ❯❯❯ eexit[?1l> ~/t/new-solidus-test  ❯❯❯ exit
]2;exit]1;exit
Script done on Wed 06 Jan 2016 09:30:06 AM EST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment