Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
数週間前に 3.2.3 で新しい Rails プロジェクトを開始しました。今日、レール 3.2.4 と 3.2.5 がリリースされたことに気付きました。アプリを 3.2.5 にアップデートする最善の方法は何ですか?
bundle update
.rvmrc
1 つの注意点は、Gemfile で gem のバージョンを明示的に指定しない場合、gem を更新して重大な変更を導入する可能性があることです。私はGemfileの怠惰のためにこれに噛まれました.