should raise only when called in different thread #3990 ◦ Rubyに修正が入ったのが2020年12月24日 • この修正がないとRails 6.1で`rails app:update`が動かなかった ◦ railsコマンドの`inline: true`が必要としていた ◦ Avoid shelling out for generator `generate` action #37516 Bug #15661: Disallow concurrent Dir.chdir with block - Ruby master
2.5.1以上でこのエラーは回避されたとのこと • required_ruby_versionは2.5.0のままの理由 by Rafael ◦ プラットフォーム依存のようだ(真相は不明) ◦ 2.5.0で問題なく動作している人に強制的にアップグレードをさせたく ない • ユーザーとしては新しいパッチバージョンを使った方がいい Following the guides and create a new project with ruby 2.5.0 fails · Issue #38649 · rails/rails