Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Gemfile « omniauth-azure-oauth2 « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef2f8b4147f495e580dbc794938a63642b2209c9 (plain)
1
2
3
4
5
6
7
8
source 'https://rubygems.org'

# Specify your gem's dependencies in omniauth-azure-oauth2.gemspec
gemspec

group :example do
  gem 'sinatra'
end