LoginSignup
0
0

More than 3 years have passed since last update.

Dockerコンテナ実行時に、You must use Bundler 2 or greater with this lockfile.

Posted at

dockerコンテナ上でdocker-compose exec app rails consoleコマンドでrailsのコンソールを立ち上げようとしたところ、You must use Bundler 2 or greater with this lockfile.と出てしまったときの対処法。

[メモ]

docker-compose exec app gem install bundler
docker-compose exec app bundle install

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0