STUDY MEMO

学習のメモ書き

rbenvとは

公式の導入部分で以下のように説明されている。

Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production. Put rbenv to work with Bundler for painless Ruby upgrades and bulletproof deployments.

rbenvを使うことによって、アプリケーションのバージョン選択や本番環境に開発環境がマッチすることを保証し、rbenvとbundlerを連携させることでrubyのアプグレードの面倒をなくし、開発環境を実現する。

また、以下のような記述から、rubyのバージョン管理のためのツールとわかる。

rbenv is concerned solely with switching Ruby versions.

github.com