Skip to content
New issue

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

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

Already on GitHub? # to your account

Handle installing a gem from a local file. #47

Merged
merged 1 commit into from
Oct 16, 2011

Conversation

ryansch
Copy link
Contributor

@ryansch ryansch commented Oct 13, 2011

This allows me to grab a gem file from a anywhere (cookbook, s3, etc), pop it into /tmp, and install it with:

rvm_gem "json" do
  source "/tmp/json-1.5.1.gem"
  version "1.5.1"
  ruby_string "ree@project"
end

@fnichol fnichol merged commit 68fad0f into sous-chefs:master Oct 16, 2011
@fnichol
Copy link
Contributor

fnichol commented Oct 16, 2011

Looks great, thanks!!

@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants