Heroku 上での bundler version の決められ方
Ruby apps will now have the BUNDLED WITH declaration in their Gemfile.lock removed after detecting Bundler version|Heroku Dev Center このアナウンスがあったので、調べてツイートした。ブログにも貼っておく。 Gemfile.lock の `BUNDLED WITH` には問題があるから、Heroku では bundler version の決定(v1 or v2)に使った後、`BUNDLED WITH` は削除してからデプロイするよとのこと。 / “Ruby apps will now have the `BUNDLED WITH` declaration in their `Gemfile.lock` removed…” https://t.co/TYWg2dSpiK ...