Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble installing after net-scp etc yanking from rubygems #1561

Closed
johnae opened this issue Feb 13, 2013 · 5 comments
Closed

Trouble installing after net-scp etc yanking from rubygems #1561

johnae opened this issue Feb 13, 2013 · 5 comments

Comments

@johnae
Copy link

johnae commented Feb 13, 2013

net-scp 1.0.5 and 1.0.6 have been yanked from ruby gems. This caused serious trouble for us. It's all because of the latest security vulnerabilities of ruby gems afaik.

Read more about it here:

http://solutious.com/blog/2013/02/06/net-ssh-gem-code-signed/

Perhaps Fog could depend on 1.1.x of net-scp?

@nirvdrum
Copy link
Contributor

The gem was yanked for far less serious reasons. I still think yanking it was incredibly short-sighted, but you can read about why it was yanked here:

net-ssh/net-ssh#80

@geemus
Copy link
Member

geemus commented Feb 13, 2013

Fixed by #1562

@geemus geemus closed this as completed Feb 13, 2013
@sbeam
Copy link

sbeam commented Feb 15, 2013

could you push a gem based on this?

@nirvdrum
Copy link
Contributor

You should be able to work around the issue by rolling back net-scp in your Gemfile. Easiest way is to add an entry that locks net-scp down to "1.0.4" and doing a "bundle update net-scp."

@geemus
Copy link
Member

geemus commented Feb 18, 2013

@sbeam - I'm a little bit swamped at present, but hope to roll a gem in the next few days.

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

No branches or pull requests

4 participants