我想将actionview版本升级到“5.2.4,>= 5.2.4.2,>= 6.0.2.2 ",我尝试了”捆绑更新actionview“,但仍然没有升级。Please Find the attached screenshot
发布于 2020-03-27 02:02:26
对我来说,它是通过将Gemfile上的Rails gem更新为
gem 'rails', ' 6.0.2.2'然后运行
bundle update railshttps://stackoverflow.com/questions/60808995
复制相似问题