lib/bundler/alive/source_code_repository.rb in bundler-alive-0.1.5 vs lib/bundler/alive/source_code_repository.rb in bundler-alive-0.1.6

- old
+ new

@@ -4,9 +4,10 @@ module Alive # Represents a source code repository class SourceCodeRepository module Service GITHUB = :github + GITLAB = :gitlab end # # Creates a `SourceCodeRepository` #