Commit Graph

5 Commits

Author SHA1 Message Date
evazion
0a5d8f57d5 ruby: bump ruby version to 2.6.5. 2019-12-05 22:32:45 -06:00
evazion
e29e5fe984 Fix #4131: Upgrade to Ruby 2.6.
Upgrade procedure:

    $ echo 2.6.3 > .ruby-version

    # upgrade ruby-build to know about the latest ruby versions.
    # see also: github.com/rkh/rbenv-update
    $ cd ~/.rbenv/plugins/ruby-build && git pull

    # install the version of ruby specified in .ruby-version.
    # see also: github.com/capistrano/rbenv/issues/83
    $ rbenv install --skip-existing

    # update the shell to use the latest version of ruby by default.
    $ rbenv global 2.6.3

    # update rubygems and bundler
    $ gem update --system

    # update the lockfile to use the latest version of bundler
    $ bundle update --bundler
2019-08-14 12:25:50 -05:00
Albert Yi
4ff5af626f upgrade to ruby 2.5.1 2018-03-29 09:56:35 -07:00
r888888888
f82d6fa686 fixes #3512 2018-01-30 11:04:50 -08:00
Albert Yi
6900efebd3 rename rbenv-version 2016-10-11 17:27:42 -07:00