Skip to content

Instantly share code, notes, and snippets.

@Fivell
Created January 31, 2017 21:00
Show Gist options
  • Save Fivell/4ec4dfc1f115763f254cc7a2f5d4c2fb to your computer and use it in GitHub Desktop.
Save Fivell/4ec4dfc1f115763f254cc7a2f5d4c2fb to your computer and use it in GitHub Desktop.
console.log
rvm install 2.4.0 --autolibs=homebrew
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.11/x86_64/ruby-2.4.0.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx_brew.
Installing requirements for osx_brew.
Updating system.....
Installing required packages: zlib, zlib.
Certificates in '/usr/local/etc/openssl/cert.pem' are already up to date.
Requirements installation successful.
Installing Ruby from source to: /Users/igor/.rvm/rubies/ruby-2.4.0, this may take a while depending on your cpu(s)...
ruby-2.4.0 - #downloading ruby-2.4.0, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11.9M 100 11.9M 0 0 1910k 0 0:00:06 0:00:06 --:--:-- 2715k
ruby-2.4.0 - #extracting ruby-2.4.0 to /Users/igor/.rvm/src/ruby-2.4.0....
ruby-2.4.0 - #configuring...................................................................
ruby-2.4.0 - #post-configuration.
ruby-2.4.0 - #compiling.............................................................
ruby-2.4.0 - #installing.......
ruby-2.4.0 - #making binaries executable..
ruby-2.4.0 - #downloading rubygems-2.6.10
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 747k 100 747k 0 0 975k 0 --:--:-- --:--:-- --:--:-- 975k
ruby-2.4.0 - #extracting rubygems-2.6.10....
ruby-2.4.0 - #removing old rubygems.........
$LANG was empty, setting up LANG=en_US, if it fails again try setting LANG to something sane and try again.
ruby-2.4.0 - #installing rubygems-2.6.10.....................
ruby-2.4.0 - #gemset created /Users/igor/.rvm/gems/ruby-2.4.0@global
ruby-2.4.0 - #importing gemset /Users/igor/.rvm/gemsets/global.gems...............................................
ruby-2.4.0 - #generating global wrappers........
ruby-2.4.0 - #gemset created /Users/igor/.rvm/gems/ruby-2.4.0
ruby-2.4.0 - #importing gemsetfile /Users/igor/.rvm/gemsets/default.gems evaluated to empty gem list
ruby-2.4.0 - #generating default wrappers........
ruby-2.4.0 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
Install of ruby-2.4.0 - #complete
Ruby was built without documentation, to build it run: rvm docs generate-ri
rvm list
rvm rubies
jruby-1.7.19 [ x86_64 ]
ruby-1.9.3-p551 [ x86_64 ]
* ruby-2.1.0 [ x86_64 ]
ruby-2.1.5 [ x86_64 ]
ruby-2.2.0 [ x86_64 ]
ruby-2.2.2 [ x86_64 ]
ruby-2.3.1 [ x86_64 ]
=> ruby-2.4.0 [ x86_64 ]
# => - current
# =* - current && default
# * - default
rvm gemset create activeadmin
ruby-2.4.0 - #gemset created /Users/igor/.rvm/gems/ruby-2.4.0@activeadmin
ruby-2.4.0 - #generating activeadmin wrappers........
gem install bundler
Fetching: bundler-1.14.3.gem (100%)
Bundler and RubyGems.org are free for anyone to use, but maintaining them costs more than $25,000 USD every month. Help us cover those costs so that we can keep the gem ecosystem free for everyone: https://ruby.to/support-bundler
Successfully installed bundler-1.14.3
Parsing documentation for bundler-1.14.3
bundler install
Fetching gem metadata from https://rubygems.org/..........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Using rake 12.0.0
Using i18n 0.7.0
Using multi_json 1.12.1
Using builder 3.0.4
Using erubis 2.7.0
Using journey 1.0.4
Using rack 1.4.7
Using hike 1.2.3
Using tilt 1.4.1
Using mime-types 1.25.1
Using polyglot 0.3.5
Using arel 3.0.3
Using tzinfo 0.3.52
Using addressable 2.4.0
Using cancan 1.6.10
Using mini_portile2 2.1.0
Using cliver 0.3.2
Using json 1.8.6
Using docile 1.1.5
Using simplecov-html 0.10.0
Using url 0.3.2
Using coderay 1.1.1
Using diff-lcs 1.3
Using multi_test 0.1.2
Using thor 0.19.1
Using database_cleaner 1.5.3
Using jasmine-core 2.5.2
Using phantomjs 2.1.1.0
Using jslint_on_rails 1.1.1
Using method_source 0.8.2
Using parallel 1.10.0
Using websocket-extensions 0.1.2
Using slop 3.6.0
Using bundler 1.14.3
Using rspec-support 3.5.0
Using sqlite3 1.3.13
Using iso 0.2.2
Using activesupport 3.2.22.5
Using gherkin 2.12.2
Using rack-cache 1.7.0
Using rack-test 0.6.3
Using rack-ssl 1.3.4
Using sprockets 2.2.3
Using treetop 1.4.15
Using launchy 2.4.3
Using nokogiri 1.6.8.1
Using rdoc 3.12.2
Using simplecov 0.13.0
Using jasmine 2.5.1
Using parallel_tests 2.9.0
Using websocket-driver 0.6.5
Using pry 0.10.4
Using rspec-core 3.5.4
Using rspec-expectations 3.5.0
Using rspec-mocks 3.5.0
Using i18n-spec 0.6.0
Using activemodel 3.2.22.5
Using pundit 1.1.0
Using shoulda-matchers 2.8.0
Using cucumber 1.3.20
Using mail 2.5.4
Using xpath 2.0.0
Using codecov 0.1.9
Using actionpack 3.2.22.5
Using activerecord 3.2.22.5
Using activeresource 3.2.22.5
Using capybara 2.12.0
Using actionmailer 3.2.22.5
Using railties 3.2.22.5
Using poltergeist 1.13.0
Using cucumber-rails 1.4.5
Using rails 3.2.22.5
Using rspec-rails 3.5.2
Using rails-i18n 3.0.1
Bundle complete! 29 Gemfile dependencies, 74 gems now installed.
Gems in the group development were not installed.
Bundled gems are installed into ./vendor/bundle.
script/appraisal install
/Users/igor/.rvm/rubies/ruby-2.4.0/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- bundler/setup (LoadError)
from /Users/igor/.rvm/rubies/ruby-2.4.0/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from script/appraisal:15:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment