diff --git a/script/bootstrap b/script/bootstrap index 35f7f14e23e7e69e421f50f3ea6a9c501d17dd9e..d609c769e1ea7dca5c3270bb980d86df6f3e7829 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -18,14 +18,14 @@ fi STATUS=0 if ! go version; then - echo "You need to install Go 1.2 to build hub" >&2 + echo "You need to install Go 1.4.1 or higher to build hub" >&2 STATUS=1 fi { ruby --version bundle install --path vendor/bundle -j 4 } || { - echo "You need Ruby 2.1 and Bundler to run hub tests" >&2 + echo "You need Ruby 1.9 or higher and Bundler to run hub tests" >&2 STATUS=1 }