Commit b1f349a6 authored by Francisco Juan's avatar Francisco Juan

added net-ssh gem

parent dce3bbc8
...@@ -23,7 +23,7 @@ end ...@@ -23,7 +23,7 @@ end
#Required by gitolite #Required by gitolite
gem "lockfile" gem "lockfile"
gem "net-ssh"
# Use the commented pure ruby gems, if you have not the needed prerequisites on # Use the commented pure ruby gems, if you have not the needed prerequisites on
# board to compile the native ones. Note, that their use is discouraged, since # board to compile the native ones. Note, that their use is discouraged, since
......
...@@ -19,6 +19,7 @@ GEM ...@@ -19,6 +19,7 @@ GEM
metaclass (0.0.1) metaclass (0.0.1)
mocha (0.10.5) mocha (0.10.5)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
net-ssh (2.3.0)
pg (0.9.0) pg (0.9.0)
rack (1.1.3) rack (1.1.3)
rails (2.3.12) rails (2.3.12)
...@@ -50,6 +51,7 @@ DEPENDENCIES ...@@ -50,6 +51,7 @@ DEPENDENCIES
jruby-openssl jruby-openssl
lockfile lockfile
mocha mocha
net-ssh
pg (~> 0.9.0) pg (~> 0.9.0)
rails (= 2.3.12) rails (= 2.3.12)
rdoc (>= 2.4.2) rdoc (>= 2.4.2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment