diff options
author | nopedial <sam@arahant.net> | 2015-02-27 09:59:25 +0100 |
---|---|---|
committer | nopedial <sam@arahant.net> | 2015-02-27 09:59:25 +0100 |
commit | 3944e0de10e999ee92db96edb31383dd565bf89a (patch) | |
tree | 7afd595dbc7dada2aa4be72e07ed0f189f7e29ae | |
parent | 28339dc8796c9510c0507a69eabfdd9e96768226 (diff) | |
parent | 36de2b836daf805f57dca4e7045953f274f93ac3 (diff) |
Merge pull request #75 from funzoneq/master
Update oxidized.gemspec
-rw-r--r-- | oxidized.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec index df8036a..939e170 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -17,4 +17,5 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'asetus', '~> 0.1' s.add_runtime_dependency 'slop', '~> 3.5' s.add_runtime_dependency 'net-ssh', '~> 2.8' + s.add_runtime_dependency 'rugged', '~> 0.21.4' end |