We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a4fd0 commit 8208370Copy full SHA for 8208370
bin/setup
@@ -133,6 +133,7 @@ if [ ! -f $ROOT/.bundle/config ]; then
133
cd $ROOT
134
${RUN} bundle config set --local path ${ROOT}/.home/.gems
135
${RUN} bundle config set --local cache_path ${ROOT}/.home/.cache
136
+ ${RUN} bundle config set --local with development
137
cd $OLDDIR
138
fi
139
0 commit comments