Skip to content

Commit

Permalink
Added openssl gem to Gemfile
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/deltacloud/trunk@1082482 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mfojtik committed Mar 17, 2011
1 parent 6bdb4b3 commit 8460b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Gemfile
Expand Up @@ -10,6 +10,8 @@ gem "thin"
gem "rerun"
gem "json"
gem "net-ssh"
# openssl gem is required by net-ssh and it's not pulled in automatically
gem "openssl"

group :linode do
gem 'linode'
Expand Down

0 comments on commit 8460b21

Please sign in to comment.