protoncore_android/Gemfile

13 lines
391 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
gem "danger-gitlab", "~> 8.0"
gem "danger-cobertura", :git => "https://github.com/ProtonMail/danger-cobertura_multimodule.git"
gem "danger-random_reviewers", :git => "https://github.com/ProtonMail/danger-random_reviewers.git", branch: 'main'