Skip to content

Instantly share code, notes, and snippets.

@quanon
Created February 6, 2016 04:39
Show Gist options
  • Save quanon/417d2be2efd6846d2b7b to your computer and use it in GitHub Desktop.
Save quanon/417d2be2efd6846d2b7b to your computer and use it in GitHub Desktop.
Rails 5.0.0.beta2 をインストールした際のログ
ruby '2.3.0'
source 'https://rubygems.org'
gem 'rails', '~> 5.0.0.beta2'
$ bundle install --path .bundle
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies...
Installing rake 10.5.0
Installing concurrent-ruby 1.0.0
Installing i18n 0.7.0
Using json 1.8.3
Installing method_source 0.8.2
Installing minitest 5.8.4
Installing thread_safe 0.3.5
Installing builder 3.2.2
Installing erubis 2.7.0
Installing mini_portile2 2.0.0
Installing nio4r 1.2.1 with native extensions
Installing websocket-extensions 0.1.2
Installing mime-types 2.99
Installing arel 7.0.0
Using bundler 1.11.2
Installing thor 0.19.1
Installing rack 2.0.0.alpha
Installing tzinfo 1.2.2
Installing nokogiri 1.6.7.2 with native extensions
Installing websocket-driver 0.6.3 with native extensions
Installing mail 2.6.3
Installing rack-test 0.6.3
Installing sprockets 3.5.2
Installing activesupport 5.0.0.beta2
Installing loofah 2.0.3
Installing rails-deprecated_sanitizer 1.0.3
Installing globalid 0.3.6
Installing activemodel 5.0.0.beta2
Installing rails-html-sanitizer 1.0.3
Installing rails-dom-testing 1.0.7
Installing activejob 5.0.0.beta2
Installing activerecord 5.0.0.beta2
Installing actionview 5.0.0.beta2
Installing actionpack 5.0.0.beta2
Installing actioncable 5.0.0.beta2
Installing actionmailer 5.0.0.beta2
Installing railties 5.0.0.beta2
Installing sprockets-rails 3.0.1
Installing rails 5.0.0.beta2
Bundle complete! 1 Gemfile dependency, 39 gems now installed.
Bundled gems are installed into ./.bundle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment