blob: 26a35f10720e86672e56764d8bac3603bf772873 (
plain)
1
2
3
4
5
6
7
8
|
# frozen_string_literal: true
source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in saml-kit-cli.gemspec
gemspec
|