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 053cbd3 commit ddebd51Copy full SHA for ddebd51
lib/install/dev
@@ -1,6 +1,6 @@
1
#!/usr/bin/env sh
2
3
-if ! gem list foreman -i --silent; then
+if gem list --no-installed --exact --silent foreman; then
4
echo "Installing foreman..."
5
gem install foreman
6
fi
0 commit comments