Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

bundle outdated should return non-zero success code for invalid gem name #6

Closed
xaviershay opened this issue Aug 12, 2013 · 3 comments
Closed

Comments

@xaviershay
Copy link
Contributor

Following script should exit 0.

#!/bin/bash

set -ex

mkdir -p /tmp/bf-issue-6
cd /tmp/bf-issue-6

cat > Gemfile <<EOF
source "https://rubygems.org"
EOF

bundle
! bundle outdated blurgh || (echo "failed" && exit 1)

From rubygems/bundler#1915

@urfolomeus
Copy link

It looks to me like this should be closed. Am I right?

@simi
Copy link
Member

simi commented May 13, 2014

Yup, it returns 7.

@andremedeiros
Copy link
Member

Thank you for confirming, guys!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants