lib/bundler/alive/client/source_code_client.rb in bundler-alive-0.1.5 vs lib/bundler/alive/client/source_code_client.rb in bundler-alive-0.1.6

- old
+ new

@@ -14,10 +14,11 @@ # Error of rate limit exceeded class RateLimitExceededError < StandardError end SERVICE_WITH_STRATEGIES = { - SourceCodeRepository::Service::GITHUB => GitHubApi + SourceCodeRepository::Service::GITHUB => GithubApi, + SourceCodeRepository::Service::GITLAB => GitlabApi }.freeze private_constant :SERVICE_WITH_STRATEGIES #