codebar / planner

🗓 the main codebar site
https://codebar.io
MIT License
92 stars 193 forks source link

Deprecated bundler option in manual instructions #2075

Open biggianteye opened 5 months ago

biggianteye commented 5 months ago

Description of the issue 📄

The instructions for setting up the project locally on your machine (without Docker) include this command:

bundle install --without production

Running this command shows the following deprecation warning:

[DEPRECATED] The --without flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use bundle config set without 'production', and stop using this flag

Screenshots 📷

n/a

Steps to fix 🛠

To do 📋