diff options
author | Saku Ytti <saku@ytti.fi> | 2015-05-26 11:53:26 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2015-05-26 11:53:26 +0300 |
commit | 3f4bdfe66d83c1b57a8fc78257bae88391e6f3a1 (patch) | |
tree | 66c9886e385fbc4f94fd6a2390a0e7f1358b78fe | |
parent | 842d0ec4be352a9114d2f453427cf6a2a48f870c (diff) |
rugged is again in gemspec (mandatory)
no point specifying the version again here. This was only when rugged
was not required by gemspec
-rw-r--r-- | lib/oxidized/output/git.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/oxidized/output/git.rb b/lib/oxidized/output/git.rb index 64497c9..65cdd18 100644 --- a/lib/oxidized/output/git.rb +++ b/lib/oxidized/output/git.rb @@ -2,7 +2,6 @@ module Oxidized class Git < Output class GitError < OxidizedError; end begin - gem 'rugged', '~> 0.21.0' require 'rugged' rescue LoadError raise OxidizedError, 'rugged not found: sudo gem install rugged' |