14 lines
427 B
Text
14 lines
427 B
Text
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
source "https://rubygems.pkg.github.com/github" do
|
|
gem "entitlements-aad-plugin", "~> 1.0"
|
|
gem "entitlements-app", "~> 1.2"
|
|
gem "entitlements-github-plugin", "~> 1.2"
|
|
gem "entitlements-gitrepo-auditor-plugin", "~> 1.0"
|
|
gem "entitlements-jit-github-plugin", "~> 1.0"
|
|
gem "entitlements-lib", "~> 0.2"
|
|
gem "entitlements-stafftools-plugin", "~> 1.0"
|
|
end
|
|
|